Question: I have the following program which is in C. int main() { do { scanf ( &d , &a); } while (a>6); for (i =
I have the following program which is in C.
int main() {
do { scanf ( "&d ", &a);
} while (a>6);
| a = | a = | a = | a = | |
| for | ||||
| while | ||||
| do-while |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
