Jump Statement

Jump Statement in C++

When encountered, jump statements are used to shift program control from one part of the program to any other part…

2 years ago