What does it mean to declare a member variable as static?
No Answer is Posted For this Question
Be the First to Post Answer
What is the best way to declare and define global variables?
When to use “const” reference arguments in a function?
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
What is endl c++?
Why c++ is not a pure oop language?
Which one is better- macro or function?
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,
How to stop conversions among objects?
How would you call C functions from C++ and vice versa?
How new/delete differs from malloc()/free?
What is a storage class used in c++?
What is endianness?