In C++ cout is:
a) object
b) class
c) something else
Answers were Sorted based on User's Feedback
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 |
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
Define private, protected and public access control.
Which one is better- macro or function?
Explain pass by value and pass by reference.
What are destructors?
Why are arrays usually processed with for loop?
Is it possible to write a c++ template to check for a function's existence?
Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?
Explain the differences between private, public and protected and give examples.
Write a Program to find the largest of 4 no using macros.
What are c++ data types?
Which compiler does turbo c++ use?