In inline " expression passed as argument are evalauated
once " while in macro "in some cases expression passed as
argument are evaluated more than once " --> i am not getting
it plz help to make me understand....


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

Post New Answer

More C++ General Interview Questions

What are arrays c++?

0 Answers  


Write about the access privileges in c++ and also mention about its default access level?

0 Answers  


How would perform Pattern Matching in C++?

0 Answers   Genpact,


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


how to create window program in c++.please explain.

1 Answers   Microsoft,






What are class and object in C++?

1 Answers  


What is encapsulation in c++?

0 Answers  


What is class syntax c++?

0 Answers  


Does c++ have a hash table?

0 Answers  


Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?

0 Answers  


What is iostream in c++ used for?

0 Answers  


Which bit wise operator is suitable for checking whether a particular bit is on or off?

0 Answers  


Categories