computer science
Pages
Home
C Programs
iphone
Tuesday, 15 March 2011
"Hello world program without using semi-colon"
#include
void main()
{
if(printf("Hello world"))
{
}
}
Run the program
To see the result press ALT + F5
OUTPUT
Newer Posts
Home
Subscribe to:
Posts (Atom)