Answer Posted / naveen shukla
inline function is basically a language construct which tell
the compiler to have a full function statement in the
program where the function is used
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which one would you prefer - a macro or a function?
What is NULL pointer?
What is a pointer on a pointer in c programming language?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What does nil mean in c?
What are identifiers and keywords in c?
What are enumerated types?
Difference between exit() and _exit() function?
What is the difference between procedural and functional programming?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Why clrscr is used after variable declaration?
Write a program of prime number using recursion.
Sir i need notes for structure,functions,pointers in c language can you help me please
Tell me what are bitwise shift operators?
What is the sizeof () operator?