Wednesday, 27 September 2017

Continue statement with Program | #28



Key Points :

# Continue Statement :-

                                * Continue Statement is used to run the loop in the program again.

                                * When the continue statement in the loop exicutes, it allow compiler to run the loop
                                  again.

                                * When continue statement exicutes, it skip the next statement/operation writen after
                                  it.


No comments:

Post a Comment

Popular Posts :