the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called
a) nested function
b) void function
c) recursive function
d) indifinite function
No Answer is Posted For this Question
Be the First to Post Answer
What is variable initialization and why is it important?
What are 3 types of structures?
What are the keywords in c?
Which is the best sort method for library management?
What are the advantages of using new operator as compared to the function malloc ()?
What does a pointer variable always consist of?
Why do we use & in c?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
Explain what is the advantage of a random access file?
hat is a pointer?
difference between ordinary variable and pointer in C?
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