Is c++ primer good for beginners?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Is multimap sorted c++?

0 Answers  


Explain the use of vtable.

0 Answers  


What is the Difference between "vector" and "array"?

15 Answers   Covansys, Gambit, TCS, Wipro,


whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };

5 Answers   Huawei,


Explain the different access specifiers for the class member in c++.

0 Answers  






Explain how to initialize a const member data.

0 Answers  


How can you force instantiation of a template?

1 Answers   ABC, Amazon,


How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)

2 Answers  


Write syntax to define friend functions in C++.

0 Answers   HAL,


What are the different data types present in C++?

1 Answers  


How do we balance an AVL Tree in C++?

0 Answers   Impetus,


In a class only declaration of the function is there but defintion is not there then what is that function?

5 Answers   Hughes,


Categories