InterviewSolution
Saved Bookmarks
| 1. |
Find the error in c++ program Void main(){cout > var >> auto ;product = var * auto;cout |
| Answer» VAR is not DEFINED in the WHOLE PROGRAM | |