Computer Science, asked by Mahu3093, 1 year ago

Explain concept of prime number using recursion in data structure

Answers

Answered by Anonymous
1

prime number is an integer that has no integral factor but itself and 1. ... Otherwise, if the condition is false execute the else statement and call the primeno() function by passing the value of 'num' variable and the decrement the value of 'i' variable by 1. Return the resulted value to the called variable 'check'.

Answered by Anonymous
1

Explanation:

concept of prime number using recursion of data structures

Similar questions