Jump Statements

C++ does not allow you to jump over declarations containing initializations. ISO/ANSI C does allow you to use jump statements for this purpose.



Initializers