Pages

Wednesday, 7 May 2014


Write a C program to print “;” without using a semicolon
#include<stdio.h>
int main()
{
if(printf("%c",59))
{
}
}

No comments:

Post a Comment