What is the output of the following C code?
#include int main(){int index;for(index=1; index<=5; index++){printf("%d", index);if (index==3)continue;}}
(A) 1245(B) 12345(C) 12245(D) 12354
Home Modern › Forums › ISRO › What is the output of the following C code?#include int main(){int index;for(index=1; index<=5; index++){printf("%d", index);if (index==3)continue;}}(A) 1245(B) 12345(C) 12245(D) 12354 › Reply To: What is the output of the following C code?#include int main(){int index;for(index=1; index<=5; index++){printf("%d", index);if (index==3)continue;}}(A) 1245(B) 12345(C) 12245(D) 12354
nan
nan