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).

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)