#include int main(int argc, char *argv[]) { char s[] = "Hello"; printf("%s\n", s); }