Programming tools Computer programming Question #19965
Single Choice Easy

QWhat is the purpose of the "for" loop in programming?

ID: #19965 Computer programming 120 views
Question Info
#19965Q ID
EasyDifficulty
Computer programmingTopic

Choose the Best Option

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

  • A Decision Making
  • B Repeating a Block of Code
  • C Exception Handling
  • D Variable Declaration
Correct Answer

Explanation

The "for" loop in programming is used for repeating a block of code a specific number of times. It provides a concise and structured way to implement repetitive tasks.

Share This Question

Challenge a friend or share with your study group.