Briefly explain various access specifiers in C++.
No Answer is Posted For this Question
Be the First to Post Answer
What is placement new?
What is the difference between virtual functions and pure virtual functions?
What are the costs and benefits of using exceptions?
How to delete array of objects in C++? Proof by C++ code for proper deletion
Explain the difference between C and C++.
Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.
What is the difference between realloc() and free() in C++?
CDPATH shell variable is in(c-shell)
Discuss the role of C++ shorthands.
How will you print a list of all unique words from a string which may contain repeated words?
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69