What is the difference between macros and inline functions?
Answer Posted / karna
when macro function executing the program control go to that macro function definition part
when inline function executed the definition part of function
came in inline functin call part and executed...program control not chance in any where of the program...
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
How macro execution is faster than function ?
Ow can I insert or delete a line (or record) in the middle of a file?
How can I do serial ("comm") port I/O?
What is the 'named constructor idiom'?
Array is an lvalue or not?
How can I dynamically allocate arrays?
What is an auto keyword in c?
Can math operations be performed on a void pointer?
What language is c written?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What is the meaning of typedef struct in c?
How can you call a function, given its name as a string?
Is there anything like an ifdef for typedefs?
What is a sequential access file?
What are identifiers c?