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 do you construct an increment statement or decrement statement in C?
What is c variable?
what is the maximum limit of row and column of a matrix in c programming. in linux .
Give me basis knowledge of c , c++...
Differentiate between null and void pointers.
Place the #include statement must be written in the program?
What is the Purpose of 'extern' keyword in a function declaration?
Do you have any idea how to compare array with pointer in c?
How are variables declared in c?
Distinguish between actual and formal arguments.
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
how to find sum of digits in C?