Multiple Choice
C provides three looping mechanisms: the for loop,the while loop,and the ____ loop.
A) do-while
B) switch
C) while-do
D) repeat-until
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: Unlike many other library input functions,readf()can be
Q19: What is the difference between the while
Q20: Match each item with a statement below.<br>-modulus
Q21: C's increment operator is _.<br>A)++<br>B)+<br>C)+=<br>D)=+
Q22: The _ format specifier is used to
Q24: Match each item with a statement below.<br>-denotes
Q25: The word "null" is used to indicate
Q26: _ are continuous streams of data.<br>A)Arrays<br>B)Strings<br>C)Files<br>D)Pointers
Q27: The _ format specifier is used to
Q28: fgetch()reads a single character from the file