What is the best book for c++ beginners?
No Answer is Posted For this Question
Be the First to Post Answer
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking
How to declare an array of pointers to integer?
What is runtime errors c++?
what you know about c++?
By using c++ with an example describe linked list?
Can you please explain the difference between static and dynamic binding of functions?
How to implement is-a and has-a class relationships?
Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator
2 Answers HCL, Lehman Brothers, Zoomerang,
What does I ++ mean in c++?
What is a binary file? List the merits and demerits of the binary file usagein C++.
Implement strcmp