Tuesday 31 December 2013

Guess the output of the following C Code:-


‪#‎include‬<stdio.h>
#include<conio.h>
void main()
{
int i=3;
if(i==3);
printf("I will be printed 3 times\n");
getch();
}

No comments:

Post a Comment