Question: Write in C program Please solve all these question Please 2. Write a fiinction that can find out a number is divisible by 5 or
Write in C program

Please solve all these question
Please
2. Write a fiinction that can find out a number is divisible by 5 or not. Now, using that function, find out all the numbers between 50 to 500 which are divisible by 5. Also find out how many such numbers are in that range. Prototype: int div_five (int a); 3. Write a recursive function that can find out find out a.a and b will be provided by the user. Do not use any built in function Function Prototype: int power (int a, int b)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
