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

Answers were Sorted based on User's Feedback



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

Answer / sriram

ANSWER IS C. COUT IS AN BUID IN OPERATOR THAT WAS DEFINED
IN HEADER FILE: <IOSTREAM.H>
SINCE, IN C++ COUT IS AN CONSOLE OUTPUT OPERATOR.

Is This Answer Correct ?    2 Yes 17 No

Post New Answer

More C++ General Interview Questions

show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.

1 Answers  


Define private, protected and public access control.

0 Answers  


Which one is better- macro or function?

0 Answers   Fidelity,


Explain pass by value and pass by reference.

0 Answers  


What are destructors?

0 Answers  






Why are arrays usually processed with for loop?

0 Answers  


Is it possible to write a c++ template to check for a function's existence?

0 Answers  


Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?

1 Answers  


Explain the differences between private, public and protected and give examples.

0 Answers  


Write a Program to find the largest of 4 no using macros.

0 Answers  


What are c++ data types?

0 Answers  


Which compiler does turbo c++ use?

0 Answers  


Categories