MCQ Single Best Answer Easy

QWhich of the following loop control statements is used to return a value from a function?

ID: #5917 C Language Loop Control 132 views
Question Info
#5917Q ID
EasyDifficulty
C Language Loop ControlTopic

Choose the Best Option

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

  • A continue
  • B break
  • C exit
  • D return
Correct Answer: Option D

Explanation

Answer: d) return

Explanation: The return statement is used to return a value from a function.

Share This Question

Challenge a friend or share with your study group.