What is the output of C Program.
#includestdio.h
int main()
{
int k, j;
for(k=1, j=10; k = 5; k++)
{
printf("%d ", (k+j));
}

return 0;
}

Posted on by