Study the following statement

for (i = 3; i 15; i + = 3)
{printf ("%d", i);
++i;
}
What will be the output?

Posted on by