Asked by alice

1.write a C program to reverse the elements of array using recursive function(without using for and while loop).

2. write a C program to check the occurrence of an element in array using recursive function(without using for and while loop).

Answers

Answered by alice
1.write a C program to reverse the elements of array using recursive function(without using for and while loop).

2. write a C program to check the occurrence of an element in array using recursive function(without using for and while loop)

Related Questions