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++?

  1. cin
  2. cout
  3. cput
  4. cerr

Answer: C) cput

Explanation:

The "cput" is not a valid predefined object in C++.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.