Not yet answered Marked out of 1.00
The output of which code will be zero:
a.
main ( )
{ int x=10;
while (x<0)
x++;
cout x=9(x>0)x++x=9(x>0)x--<;
<;
<;
Question 3
Not yet answered Marked out of 1.00
The output of which code will be zero:
Oa. main() { int X= 10, while (x<0) X++i cout<<x;
O b. Nothing
Oc.:main() .{int x=9 while (x>0) X++ cout<<x {:
Od. main() { int x = 9; while (x>0) X--; cout<<x;