×

Multiple-Choice Questions

Web Technologies MCQs

Computer Science Subjects MCQs

Databases MCQs

Programming MCQs

Testing Software MCQs

Digital Marketing Subjects MCQs

Cloud Computing Softwares MCQs

AI/ML Subjects MCQs

Engineering Subjects MCQs

Office Related Programs MCQs

Management MCQs

More

Which PHP statement is used to jump out of a loop?

96. Which PHP statement is used to jump out of a loop?

  1. exit
  2. break
  3. continue
  4. stop

Answer: B) break

Explanation:

In PHP, the break statement is used to jump out of a loop.

Comments and Discussions!

Load comments ↻




Copyright © 2025 www.includehelp.com. All rights reserved.