printf (' hello world! ');

Inizio della pagina
Allegati:
Messaggio come e-mail
+ (text/plain)
Delete this message
Reply to this message
Autore: KevinBuettnerkev@primenet.com
Data:  
Oggetto: printf (' hello world! ');
On Jun 30, 1:07pm, Furmanek, Greg wrote:

> Actually it supposed to be:
> char *messsage = "hellow world!";
> printf("%s\n", message);


Or simply

    printf("Hello world!\n");