C# World
Follow the things untill you get.
Home
Amazing Facts
Advice
Search
Contact Me
Get HELP
YouTube
Facebook
Photography
Music
MVC
Saturday, September 17, 2011
write a program to print the "hello world" without using semi-colon(;) in C-language..
#include<stdio.h>
void main()
{
if(printf("HELLO WORLD"))
{
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment