Computer Science, asked by arpitachoudhary1153, 1 year ago

C program to check whether the given input number is prime number or not using recursion

Answers

Answered by Anonymous
0

This is a C program to find whether a number is prime or not using recursion. The following C program, using recursion, finds whether the entered number is a prime number or not. A prime number is an integer that has no integral factor but itself and 1.

Answered by Anonymous
0

Explanation:

the program of given input number is prime number or not

Similar questions