In C++, jump statements are used to alter the flow of control in a program by transferring control to a specific location. The primary jump statements are break, continue, goto, …
Tag:
In C++, jump statements are used to alter the flow of control in a program by transferring control to a specific location. The primary jump statements are break, continue, goto, …