0
How to use exception handling for this code statement?
Please explain a code to detect and print error message for following statement :- Cout << " hello " << endl;
2 Answers
+ 3
It's in the tutorial
https://www.sololearn.com/learn/CPlusPlus/1918/
0
That's fine #D'Lite but here error is in the word cout (it's Cout instead of cout ) so my program will not even compile.
Is it possible to use exception handling for syntax and type errors?