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 use of ?
without using arithmatic operator solve which number is greater??????????
What's the best way to declare and define global variables?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
Differentiate between new and malloc(), delete and free() ?
who will call your main function in c under linux?
What is a structure in c language. how to initialise a structure in c?
Is c functional or procedural?
What is a substring in c?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?