Sunday 15 December 2013

C Program to Print any Print Statement without using Semicolon

#include < stdio.h>

void main()
{
if(printf("Hi.. Welcome to sanfoundry"))
{
}
}

Output

 Hi.. Welcome to Ictjobs.info

For More Details Please Visit Ictjobs.info

No comments: