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 are the rules for identifiers in c?
What is meant by operator precedence?
How many header files are in c?
What is a struct c#?
what is the significance of static storage class specifier?
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 are reserved words with a programming language?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is the use of parallelize in spark?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is a pragma?
Differentiate Source Codes from Object Codes
What is volatile, register definition in C
What are the usage of pointer in c?
What is difference between structure and union in c?