| 31. |
The continue statement cannot be used with
|
||||||||
|
Answer:
Option (d) |
| 32. |
Which loop is guaranteed to execute at least one time?
|
||||||||
|
Answer:
Option (c) |
| 33. |
do-while loop terminates when conditional expression returns?
|
||||||||
|
Answer:
Option (b) |
| 34. |
if the condition is missing in a for loop?
|
||||||||
|
Answer:
Option (b) |
| 35. |
Loops in C Language are implemented using?
|
||||||||
|
Answer:
Option (d) |
| 36. |
What is the output?
void main()
|
||||||||
|
Answer:
Option (d) |
| 37. |
What is the output?
void main()
|
||||||||
|
Answer:
Option (a) |
| 38. |
What is the output?
void main()
|
||||||||
|
Answer:
Option (b) |
| 39. |
What is the output?
void main()
|
||||||||
|
Answer:
Option (c) |
| 40. |
What is the output?
void main()
|
||||||||
|
Answer:
Option (b) |