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