Question:What is the function of break and continue statement? 

Answer Break: "break" statement is used to exit from loop and selection structure. break statement is widely used in switch-case and loop.
continue:

Continue: The "continue" statement tells the interpreter to immediately start the next iteration of the loop and skip remaining code block. 


Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in D:\webserver\www\vcampusbd_com_https\answers\column_answer_two.php on line 128
+ Report
Total Preview: 1056
What is the function of break and continue statement?
Copyright © 2024. Powered by Intellect Software Ltd