printf (' hello world! ');

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: KevinBuettnerkev@primenet.com
日付:  
題目: 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");