Question: Given int x = 1; do { printf(in loop %d , x); x--; }while(x Inequality 1); printf(after %d, x ); What will be output
Given int x = 1; do { printf("in loop %d ", x); x--; }while(x Inequality 1); printf("after %d", x ); What will be output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
