Monday, January 28, 2013

Program to point some thing without using semicolon

#include <stdio.h>

int main()
{

    if (printf("hello world\n"))
    {
        //do nothing
    }
   
}


OUTPUT:

No comments:

Post a Comment