printf (' hello world! ');
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
GregGreg.Furmanek@hit.cendant.com at
2000-06-30 17:07
KevinBuettnerkev@primenet.com at
2000-06-30 17:46
Attachments:
Message as email
(text/plain)
Author:
Kevin Buettner
Date:
2000-06-30 17:46
UTC
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");