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)
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions