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
hi any body pls give me company name interview conduct "c" language only
Which is an example of a structural homology?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Write a program in c to replace any vowel in a string with z?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is c variable?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What do mean by network ?
List a few unconditional control statement in c.
Who is the founder of c language?
write a program to find the given number is prime or not
How can you avoid including a header more than once?
Do you know null pointer?
All technical questions
What is typeof in c?