What is #include iomanip?
No Answer is Posted For this Question
Be the First to Post Answer
What are the comments in c++?
write the code that display the format just like 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1
what is object?
when can we use virtual destructor?
7 Answers HCL, HP, Virage Logic,
What is the use of function pointer?
Which is the best c++ compiler for beginners?
How can a called function determine the number of arguments that have been passed to it?
What's the most powerful programming language?
Differentiate between an external iterator and an internal iterator?
What is double in c++?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
how to find the maximum of 10 numbers ?