

InterviewSolution
Saved Bookmarks
1. |
Point out the compile time error in the program given below. |
Answer» While reading the code there is no error, but upon running the program having an unitialised variable can cause the program to crash (Null pointer assignment). | |