What is class and structure in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is function overloading c++?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
How the endl and setw manipulator works?
What do c++ programmers do?
Describe the advantage of an external iterator.
If a function doesn’t return a value, how do you declare the function?
Will c++ be replaced?
why is iostream::eof inside a loop condition considered wrong?
Can char be a number c++?
The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance
Explain the concept of inheritance in C++.
How do you differentiate between overloading the prefix and postfix increments?