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
What does %p mean c?
In c language can we compile a program without main() function?
shorting algorithmS
Write a program that accept anumber in words
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Explain what are header files and explain what are its uses in c programming?
I have a varargs function which accepts a float parameter?
What is pointer and structure in c?
What is I ++ in c programming?
Explain what math functions are available for integers? For floating point?
What are examples of structures?
What is c value paradox explain?
What is the difference between null pointer and wild pointer?
How many bytes are occupied by near, far and huge pointers (dos)?
Differentiate between a for loop and a while loop? What are it uses?