What are advantages and disadvantages of recursive
calling ?

Answers were Sorted based on User's Feedback



What are advantages and disadvantages of recursive calling ?..

Answer / poonam yadav

by using this tag we call a function continuosly uptill
to specific condion

Is This Answer Correct ?    8 Yes 24 No

What are advantages and disadvantages of recursive calling ?..

Answer / deepak soni

the advantage of recursion is
1). by using this tag we call a function continuosly uptill
to specific condion

Is This Answer Correct ?    3 Yes 29 No

Post New Answer

More C Interview Questions

why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?

1 Answers  


Explain what is the advantage of a random access file?

0 Answers  


52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?

25 Answers   Datamatics, Solartis, TCS, ThinkBox, Trine,


How do you convert strings to numbers in C?

0 Answers  


Why is sprintf unsafe?

0 Answers  






What is %lu in c?

0 Answers  


How will you allocate memory to a double pointer ?

2 Answers  


You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?

1 Answers  


What is the use of extern in c?

0 Answers  


Write a C program to print 1 2 3 ... 100 without using loops?

15 Answers   Hindalco,


What is pointer to pointer in c language?

0 Answers  


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

0 Answers  


Categories