

InterviewSolution
Saved Bookmarks
1. |
In a C++ program, you forgot to include the header file iostream.h. What are the possible errors occur in that Program? Explain ? |
Answer» Proto type error. To use cin and cout the header file iostream is a must. |
|