How many storage classes are available in C++?
There are primarily four storage classes in C, viz. automatic, register, static, and external.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain calling an object's member function(declared virtual)from its constructor?
Write a function which takes a character array as input and reverses it in place.
2 Answers Lehman Brothers, Vision Infotech,
How do you print a string on the printer?
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
Difference between const char* p and char const* p?
What is c++ 11 and c++ 14?
What is prototype for that c string function?
Is c better than c++?
What are the rules for naming an identifier?
Is java made in c++?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What is else if syntax?