Home »
MCQs »
C++ MCQs
Which of the following is not a valid predefined object in C++?
29. Which of the following is not a valid predefined object in C++?
- cin
- cout
- cput
- cerr
Answer: C) cput
Explanation:
The "cput" is not a valid predefined object in C++.