printf (' hello world! ');

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: KevinBuettnerkev@primenet.com
Date:  
Subject: 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");