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
What does a function declared as pascal do differently?
Where static variables are stored in c?
Why is c known as a mother language?
Why c is called free form language?
What are the Advantages of using macro
How arrays can be passed to a user defined function
What is an auto variable in c?
How many bytes are occupied by near, far and huge pointers (dos)?
What is use of null pointer in c?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
How can I split up a string into whitespace-separated fields?
How to write c functions that modify head pointer of a linked list?
What is the difference between #include and #include 'file' ?
What are operators in c?
What is a char in c?