InterviewSolution
Saved Bookmarks
| 1. |
Underline the error (if any) in the following code and rewrite the correct code(consider header file (s) and getch() in each code. |
|
Answer» cout>>Z;CORRECT code:-void MAIN(){int p=20,s=10;int z=p*s;cout< |
|