What is the difference between macros and inline functions?
Answer Posted / jayapradap a
the way they are handled. Inline functions are parsed by the compiler, whereas macros are expanded by the C++ preprocesso these are The major difference between inline functions and macros
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c dynamically typed?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
can we have joblib in a proc ?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
How can I get the current date or time of day in a c program?
what is the format specifier for printing a pointer value?
code for replace tabs with equivalent number of blanks
Is javascript written in c?
How to write c functions that modify head pointer of a linked list?
List some of the static data structures in C?
Differentiate between functions getch() and getche().
What are the preprocessor categories?
What is a pragma?
What does c mean?
How many levels of pointers have?