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
Explain what is the difference between functions getch() and getche()?
Is javascript based on c?
What are the different types of control structures in programming?
how can I convert a string to a number?
Explain indirection?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
What is c language & why it is used?
What are static variables in c?
What is the difference between class and object in c?
Why do we need functions in c?
What are valid operations on pointers?
Why c is procedure oriented?
What is this infamous null pointer, anyway?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What is the code for 3 questions and answer check in VisualBasic.Net?