Which one is better- macro or function?


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

Post New Answer

More C++ General Interview Questions

Can we get the value of ios format flags?

0 Answers  


What is volatile and pragma? When they are used?

1 Answers  


What are Virtual Functions? How to implement virtual functions in "C" ?

3 Answers  


Is c++ a low level language?

0 Answers  


Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,






What are proxy objects in c++?

0 Answers  


Is there a sort function in c++?

0 Answers  


How do you master coding?

0 Answers  


why c++ is not called strictly d super set of c?

3 Answers   Satyam,


How do c++ struct differs from the c++ class?

0 Answers  


Difference between static global and global?

16 Answers   Microsoft, Symphony, Wipro,


What are references in c++? What is a local reference?

0 Answers  


Categories