What is ostream in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?

0 Answers  


if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3

3 Answers  


Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  


Explain operator overloading.

0 Answers  


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

0 Answers  






What is a .h file c++?

0 Answers  


What is the difference between struct and class?

1 Answers  


What is the need of a destructor?

0 Answers  


write a program in c++ to implement stack using functions in header file stack.h

3 Answers   Google, Subex,


How much do c++ programmers make?

0 Answers  


What are the three forms of cin.get() and what are their differences?

0 Answers  


What is a reference in C++?

1 Answers  


Categories