int main()
{
int a=1;
while (a7)
{
++a;
if (a=3&& a=5)
{
continue;
}
printf("%d ", a);
}
return 0;
}
What is the output

Posted on by