Multiple Choice
Which one of the following sentences is true ?
A) the body of a while loop is executed at least once.
B) the body of a do ... while loop is executed at least once.
C) the body of a do ... while loop is executed zero or more times.
D) a for loop can never be used in place of a while loop.
Correct Answer:

Verified
Correct Answer:
Verified
Q4: Recursive functions are executed in a?<br>A)first in
Q5: Which of the following is allowed in
Q6: Who is father of C Language?<br>A)bjarne stroustrup<br>B)dennis
Q7: What is the work of break keyword?<br>A)halt
Q8: C Language developed at _?<br>A)at & t's
Q10: A binary tree with 27 nodes has
Q11: What is an array?<br>A)an array is a
Q12: In switch statement, each case instance value
Q13: Which of the following shows the correct
Q14: For 16-bit compiler allowable range for integer