1.

The destination statement for the goto label is identified by what label?(a) $(b) @(c) *(d) :I got this question by my college director while I was bunking the class.Question is from Statements topic in chapter Functions, Namespaces & Exceptions in C++ of C++

Answer»

The correct choice is (d) :

The EXPLANATION: : COLON is USED at the end of labels of GOTO STATEMENTS.



Discussion

No Comment Found

Related InterviewSolutions