C program to find SUM and AVERAGE of two integer Numbers using User Define Functions
belongs to collection: C Programs/ Examples of User Define Functions (UDF Examples)
All Answers
total answers (1)
belongs to collection: C Programs/ Examples of User Define Functions (UDF Examples)
total answers (1)
Output:
Enter the first integer number: 100 Enter the second integer number: 201 Number1: 100, Number2: 201 Sum: 301, Average: 150.500000
need an explanation for this answer? contact us directly to get an explanation for this answer