What is the topic of the C++ FAQ list?
Answer / phool chand
Any C++ related subject occurring 'frequently' in the cplusplus echo. There must be no doubts _at_all_ that it is on topic in the echo. This means that normal (ANSI) C subjects are not on topic for this list. Also the coverage of subjects specific to a platform, compiler or library will be limited.
| Is This Answer Correct ? | 0 Yes | 0 No |
class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.
What is the difference between structures and unions?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Who created c++?
Are c and c++ different?
When are exception objects created?
Explain friend class?
What is class and structure in c++?
What is the use of data hiding?
When there is a global variable and local variable with the same name, how will you access the global variable?
Can we run c program in turbo c++?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?