What is the difference between macros and inline functions?
Answer Posted / kiran kumar yakkala
Macro- does not involve in compilation if there is any
logical error also just replaces the code
inline- look like function, but control doesn't goes to
fucntion and execute, it simply replaces the code like
macro but involves in compilation.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Why main is not a keyword in c?
Why is a semicolon (;) put at the end of every program statement?
What is the usage of the pointer in c?
What is the -> in c?
What is assignment operator?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is the function of multilevel pointer in c?
Write a program that accept anumber in words
What is the difference between local variable and global variable in c?
What is the most efficient way to store flag values?
Process by which one bit pattern in to another by bit wise operation is?
What is the use of f in c?
Why header files are used?
What is exit() function?
Hai what is the different types of versions and their differences