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 the use of main function in c++?
Name the implicit member functions of a class.
What are the manipulators in c++?
What is the output of printf("%d")?
58 Answers CTS, HCL, Infosys, TCS, Winit, Wipro,
What are the differences between a struct in C and in C++?
how many trys can we write in one class
What are the extraction and insertion operators in c++? Explain with examples.
What are literals in C++?
What is constructor in C++?
Is there structure in c++?
class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected
How many ways can a variable be initialized into in C++?