Vidyalelo
C++ Programming · Q669

C++ miscellaneous

Programming · C++ Programming · question 669

Q669

Which looping process is best used when the number of iterations is known?

A.
for
Answer
B.
while
C.
do-while
D.
all looping processes require that the iterations be known

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board