Can member functions be private?
No Answer is Posted For this Question
Be the First to Post Answer
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What is a string example?
How a new operator differs from the operator new?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
What is a multiset c++?
What is size of null class?
What is a container class? What are the types of container classes in c++?
How size of a class can be calulated?
What are pointers used for c++?
What is size_type?
What is a constant? Explain with an example.
What is c++ runtime?