Table of Contents Introduction  Jump Statements in C/C++ Should the goto statement be used? Frequently Asked Questions Key Takeaways Introduction  When we write a program, there might be situations where the program flow has to be controlled differently. For example, ...