main use of recursive function
a) processing speed high
b) reduce program length/reduce repeated statements
c) if you do not, use iterative methods like, for, while or do-while
d) all the above
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between scanf and fscanf?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Explain what are the different data types in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is return type in c?
How do you define structure?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Differentiate between functions getch() and getche().
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
array of pointer pointer to array pointer to pointer
Is main is user defined function?
what is the meaning of 'c' language