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
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What is #error and use of it?
Define C in your own Language.
Define VARIABLE?
Define recursion in c.
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Explain what is a const pointer?
How can you be sure that a program follows the ANSI C standard?
Why c is called a mid level programming language?
Tell me when would you use a pointer to a function?
How would you rename a function in C?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What is c system32 taskhostw exe?
What is restrict keyword in c?
How do you use a pointer to a function?