Write C program to print even or odd numbers in given range using recursion
belongs to collection: c language function and recursion programming exercises
All Answers
total answers (1)
belongs to collection: c language function and recursion programming exercises
total answers (1)
I have used Code::blocks 12 compiler for debugging purpose. But you can use any C programming language compiler as per your availability.
Result:
Enter lower limit: 10
Enter upper limit: 40
Even/odd Numbers from 10 to 40 are: 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40,
need an explanation for this answer? contact us directly to get an explanation for this answer