Find the errors in the following C++ statements and also write the correct statements:
1. cin<<a
2 . clrscr;
Answers
Answered by
1
Answer:
Find the errors in these C++ statements. 1. #include>conio.h< 2. Clrscr() 3. Cin<<a 4. Cout>>a 5. Getch(; 6. For (c=1; C++) 7. While (c<21);
Similar questions