Answer Posted / rahul
1 Byte. Class is static entity.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
what is pre-processor in C++?
what are the iterator and generic algorithms.
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
What is an orthogonal base class in c++?
How do you initialize a string in c++?
Write about all the implicit member functions of a class?
What new()is different from malloc()?
What is the best c c++ compiler for windows?
What is the disadvantage of using a macro?
What are the various storage classes in C++?
Is c++ an integer?
Explain the volatile and mutable keywords.
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
What are proxy objects in c++?