Page 1 of 1

using c language

Posted: Fri May 20, 2022 11:08 am
by answerhappygod
using c language
Using C Language 1
Using C Language 1 (23.11 KiB) Viewed 27 times
Exercise 1 - Exercise Objectives Working with recursion Problem Description I Write a recursive function named sum_even that takes an integer n as an argument and returns the sum of its even positive digits without using global or static variables write a program that prompts the user to enter an integer.pass it to the sum_even function and print the returned result