Question: What does the following program print? void main() { int x,y=1, tot=0; for (x=1; x <20; x+=12) { } } if(x==4) continue; tot+=x*y++; cout
What does the following program print? void main() { int x,y=1, tot=0; for (x=1; x
Step by Step Solution
There are 3 Steps involved in it
Lets break down the C program given in the image structurally and analyze its behavior to determine ... View full answer
Get step-by-step solutions from verified subject matter experts
