Computer Science, asked by hariharasudhan8660, 1 year ago

What will be printed if the following code is executed?

void main() { int x=0; for( ; ; ) { if( x++ == 4 ) break; continue; } printf("x=%d", x); }
A.x=0
B.x=5
C.x=4
D.x=1

Answers

Answered by Anonymous
0
hiii dear

ur answer


A.×=0
Answered by pkparmeetkaur
0


HEY MATE HERE IS UR ANSWER :-


A).........X=0.........

Similar questions