Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / chandra

cout is an object of class ostream that represents the
standard output stream. It corresponds to the cstdio stream
stdout.

By default, most systems have their standard output set to
the console, where text messages are shown, although this
can generally be redirected.

Because cout is an object of class ostream, we can write
characters to it either as formatted data using for example
the insertion operator (ostream::operator<<) or as
unformatted data using the write member function

Is This Answer Correct ?    21 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a code/algo to find the frequency of each element in an array?

1165


Is c++ primer good for beginners?

1087


How do I exit turbo c++?

1121


What is atoi?

1024


What is a forward referencing and when should it be used?

1213


What is the best c c++ compiler for windows?

1103


Describe linkages and types of linkages?

1046


What is the difference between public, private, and protected access?

1131


What is & in c++ function?

1123


What is a local reference?

1235


Differentiate between an array and a list?

1227


What is searching? Explain linear and binary search.

1043


How many types of scopes are there in c++?

1168


Why is swift so fast?

1178


Write a C++ Program to check whether a number is prime number or not?

1175