What is heap sort in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is set in c++?
What is a manipulative person?
How much is size of struct having 1 char & 1 integer?
can output 5 students using one dimensional array
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Explain one-definition rule (odr).
Which is better turbo c++ or dev c++?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What is a friend function in c++?
What is std :: flush?
Is it possible to have a recursive inline function in c++?