Which of the looping statements is/are supported by PHP? i) for loop ii) while…

2024

Which of the looping statements is/are supported by PHP? i) for loop ii) while loop iii) do-while loop iv) foreach loop

Answer: C. (i), (ii), (iii) and (iv)PHP supports four main types of loops: for, while, do-while, and foreach. Each serves a specific purpose for iteration in programming. PHP में मुख्य रूप से…

  1. A.

    (i) and (ii)

  2. B.

    (i), (ii) and (iii)

  3. C.

    (i), (ii), (iii) and (iv)

  4. D.

    More than one of the above

  5. E.

    None of the above

Attempted by 540 students.

Show answer & explanation

Correct answer: C

PHP supports four main types of loops: for, while, do-while, and foreach. Each serves a specific purpose for iteration in programming.

PHP में मुख्य रूप से चार प्रकार के लूप होते हैं: for, while, do-while, और foreach। प्रत्येक का उपयोग पुनरावृत्ति के लिए किया जाता है।

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…