#include stdio.h
int main()
{
for (int i=1;i15;i=i+3)
{
printf("%d", i) ;
}
return 0;
}
What is the output of this program?

Posted on by