What is ostream in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
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
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.
Explain operator overloading.
You run a shell on unix system. How would you tell which shell are you running?
What is a .h file c++?
What is the difference between struct and class?
What is the need of a destructor?
write a program in c++ to implement stack using functions in header file stack.h
How much do c++ programmers make?
What are the three forms of cin.get() and what are their differences?
What is a reference in C++?