Why Pointers are not used in C++?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any problem with the following: char *a=NULL; char& p = *a;?
what are the iterator and generic algorithms.
Can a class be static in c++?
What is the C-style character string?
Is the declaration of a class its interface or its implementation?
What are the advantages of inheritance in c++?
What is class invariant?
What is problem with overriding functions?
What information can an exception contain?
What is type of 'this' pointer? Explain when it is get created?
What is purpose of new operator?
Explain how to initialize a const member data.