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

Implement strncpy

3 Answers  


Is main a class in c++?

0 Answers  


Name four predefined macros.

0 Answers  


What is an html tag?

0 Answers  


What is the type of 'this' pointer? When does it get created?

0 Answers  






What is vector processing?

0 Answers  


Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

0 Answers  


Write about the stack unwinding?

0 Answers  


What is the header file for setw?

0 Answers  


List different attributes in C++?

0 Answers   Ericsson,


What is abstraction with real time example?

0 Answers  


Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];

4 Answers   Quark,


Categories