Do inline functions improve performance?
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
Why is it called c++?
Why is polymorphism useful?
Mention the ways in which parameterized can be invoked. Give an example of each.
Can you declare an array without a size in c++?
What is an overflow error?
Difference between Overloading and Overriding?
35 Answers Appnetix Techno, GameLoft, HP, IBM, NIIT, Rohde and Schwarz,
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What is a dynamic binding in c++?
What is OOPs
Can user-defined object be declared as static data member of another class?
Explain the operation of overloading of an assignment operator.