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
what is C++ objects?
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
What is the use of namespace std in C++?
What is the default width for ouputting a long integer using the insertion operator?
Explain the use of vtable.
Explain the differences between list x; & list x();.
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What are different types of loops in c++?
How many namespaces are there in c++?
Which is best ide for c++?
Define a pointer to a data member of the type pointer to pointer?
Define macro.