Can you guess the output of the following C Code ??
#include stdio.h
int main()
{
int n=5;
for(; n++ ;);
printf("%d", n);
}


Posted on by