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

Answer Posted / reejusri

Its an Object of class OStream, thats why we add its
corresponding header file that is <iostream.h>, Open this
header file you wil get complete infomation.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is sorted c++?

678


How do you print a string on the printer?

665


What are the sizes and ranges of the basic c++ data types?

681


You run a shell on unix system. How would you tell which shell are you running?

756


What is the maximum value of a unsigned char a) 255 b) 256 c) 128

737






Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

788


What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

772


Differentiate between realloc() and free().

674


What are virtual functions in c++?

785


What is c strings syntax?

681


Can I learn c++ without learning c?

655


Is c++ a good first language to learn?

656


Explain the problem with overriding functions

681


What is the role of static keyword for a class member variable?

724


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

917