Google News
logo
CPP - Quiz(MCQ)
What is most suitable for returning the logical errors in the program?
A)
Set a global error indicator
B)
Use break keyword
C)
Use final keyword
D)
Use constructor and destructor

Correct Answer :   Set a global error indicator


Explanation : Set a global error indicator is most suitable for returning the logical errors in the program.

Advertisement