Answer Posted / kathir
No, Inline functions are introduced in C++ to avoid the
problems while using macros.
using inline functions in C++ is as equivalent as defining
a function macro.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the use of ?
Explain how can I right-justify a string?
The __________ attribute is used to announce variables based on definitions of columns in a table?
Which node is more powerful and can handle local information processing or graphics processing?
Why is main function so important?
Can you tell me how to check whether a linked list is circular?
What are compound statements?
What is the use of linkage in c language?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What does %d do in c?
Do you know the use of fflush() function?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Where static variables are stored in memory in c?
Where in memory are my variables stored?
What is a pragma?