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