for (i = 3; i  15; i + = 3)  
{printf ("%d", i);
++i;
}
What is the output of the following program

Posted on by