what will be the output?? int main(int c) c=1; while(1); c++; printf("%d",++c); return 0; }
Reveal answer
Fill a bubble to check yourself
what will be the output?? int main(int c) c=1; while(1); c++; printf("%d",++c); return 0; }