Explain concept of prime number using recursion in data structure
Answers
Answered by
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
1
Explanation:
concept of prime number using recursion of data structures
Similar questions
Math,
6 months ago
World Languages,
6 months ago
Social Sciences,
6 months ago
Economy,
1 year ago
Biology,
1 year ago
Science,
1 year ago