Page 1 of 1

c prog

Posted: Fri May 20, 2022 6:20 pm
by answerhappygod
c prog
C Prog 1
C Prog 1 (12.29 KiB) Viewed 30 times
Create a recursive function that returns the number of occurrences of an element in an array. In the main function define an array of size 50, fill the array with random numbers in the range [10, 20), check the occurrence of a number between 10 to 20.