Define recursion in c.
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are linked list?
What is the argument of a function in c?
Can u return two values using return keyword? If yes, how? If no, why?
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
what is the use of using linked list and array?
How does sizeof know array size?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What is the use of sizeof?
What is ## preprocessor operator in c?
Difference between Function to pointer and pointer to function
What is Function Pointer? Explain with example?