what are the advanced features of functions
a) function declaration and prototypes
b) calling functions by value or by reference
c) recursion
d) all the above
No Answer is Posted For this Question
Be the First to Post Answer
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
Are there any problems with performing mathematical operations on different variable types?
What is structure data type in c?
write a programe to find the factorial of given number using recursion
What is Full Form of C and Why We use C
What is the difference between far and near in c?
how we do lcm of two no using c simple if while or for statement
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
Write a c program to print the sizes and ranges of different data types in c?
What is "Duff's Device"?
main() { clrscr(); } clrscr();
Is reference used in C?