Sign in
Please select an account to continue using cracku.in
↓ →
What is the output of the following C code?
#include <stdio.h>
#include <conio.h>
void main()
{
int index;
for(index = 1; index <= 5; i++)
{
printf("%d" , index);
if(i == 3)
continue;
}
}
Create a FREE account and get: