#include int main( int argc, char * argv[] ) { char s[] = "Hello World !"; cout << s << endl; }