Mention the storage classes in c++.
No Answer is Posted For this Question
Be the First to Post Answer
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
Explain the isa and hasa class relationships.
Should the member functions which are made public in the base class be hidden?
Define a nested class. Explain how it can be useful.
How do you declare A pointer to function which receives an int pointer and returns a float pointer
Explain some examples of operator overloading?
What is the Difference between "vector" and "array"?
15 Answers Covansys, Gambit, TCS, Wipro,
what is pre-processor in C++?
Explain "passing by value", "passing by pointer" and "passing by reference" ?
What is diamond problem in c++?
What is virtual function? Explain with an example
Explain deep copy?