Answer Posted / srinivasroyal
inline function means where the function call is replaced by
the function defination.(which can be expands in a line).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Difference between strcpy() and memcpy() function?
Can you apply link and association interchangeably?
What are the scope of static variables?
What does the && operator do in a program code?
What is pre-emptive data structure and explain it with example?
Explain how do you view the path?
What is this pointer in c plus plus?
How is pointer initialized in c?
What is "Hungarian Notation"?
By using C language input a date into it and if it is right?
How do I determine whether a character is numeric, alphabetic, and so on?
Process by which one bit pattern in to another by bit wise operation is?
Why static is used in c?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)