Do inline functions improve performance?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

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.

9 Answers  


Why is it called c++?

0 Answers  


Why is polymorphism useful?

0 Answers  


Mention the ways in which parameterized can be invoked. Give an example of each.

0 Answers  


Can you declare an array without a size in c++?

0 Answers  


What is an overflow error?

0 Answers  


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

0 Answers  


What is a dynamic binding in c++?

0 Answers  


What is OOPs

12 Answers   CA,


Can user-defined object be declared as static data member of another class?

0 Answers  


Explain the operation of overloading of an assignment operator.

0 Answers  


Categories