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
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What do you mean by dynamic memory allocation in c? What functions are used?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is the main difference between calloc () and malloc ()?
What is linear search?
Write a program in c to replace any vowel in a string with z?
What is the use of c language in real life?
What are loops c?
Is malloc memset faster than calloc?
i got 75% in all semester am i eligible for your company
How many levels of pointers have?
What is the advantage of a random access file?
How to get string length of given string in c?
What is #line used for?
what is the height of tree if leaf node is at level 3. please explain