Explain how functions are classified in C++ ?
No Answer is Posted For this Question
Be the First to Post Answer
In a class only declaration of the function is there but defintion is not there then what is that function?
Tell me an example where stacks are useful?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is binary search in c++?
List out some of the object-oriented methodologies?
Is c++ a difficult language?
How does the copy constructor differ from the assignment operator (=)?
Name some pure object oriented languages?
What is the difference between a type-specific template friend class and a general template friend class?
What is the use of volatile variable?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.