In C++ cout is:
a) object
b) class
c) something else

Answer Posted / kiruthika

C++ treats everything as an object.me,u,we,cout all are
object in C++.So cout is an object.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If dog is a friend of boy, is boy a friend of dog?

583


Is c++ platform dependent?

643


Do vectors start at 0 c++?

539


What is private inheritance?

608


How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?

570






How would you find out if a linked-list is a cycle or not?

563


Write about the use of the virtual destructor?

622


Which software is used to run c++ program?

560


What is the difference between a baller and a reference in C++?

586


What is prototype for that c string function?

701


List different attributes in C++?

649


Why struct is used in c++?

632


What are stacks?

619


Difference between pointer to constant and constant pointer to a constant. Give example.

660


Write a program which employs Recursion

740