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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A if statement
  • B if-else statement
  • C switch statement
  • D while loop
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.

Share This Question

Challenge a friend or share with your study group.