Computer Science, asked by muma30413, 26 days ago

Int x = 0;
for (x=1; x<4; x++)
;
printf("x=%d\n", x);​

Answers

Answered by heertariwala8
0

Answer:

output of the above question

x=1

x=2

x=3

Similar questions