railway RRB JE (CBT I + CBT II) Mock Test 2024 Programming and Data Structure Programming in C Function Recursion
Which of the following properties of the recursive function is/are correct?
A. Recursion helps to create a shortcode
B. Recursion is effective where terms are generated successively to compute a value
C. Recursion is not useful for branching processes
1
A and B
2
A and C
3
B and C
4
A, B and C