Single Choice
Easy
QWhich of the following decision-making statements is used to execute a block of code repeatedly as long as the condition is true?
ID: #5913
Decision Making of C Language
193 views
Question Info
#5913Q ID
EasyDifficulty
Decision Making of C LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Answer: d) while loop
Explanation: The while loop is used to execute a block of code repeatedly as long as the condition is true.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic