Question: A program that declares 3 user-defined functions name as Add1 , Add2 and Add3 To add 2 numbers , numbers should be taken by unparh
A program that declares 3 user-defined functions name as Add1 , Add2 and Add3
To add 2 numbers , numbers should be taken by unparh user
1st function hve no arguments and donot return anything just add 2 values
2nd function have arguments that we'll pass by value from main but return nothing
3rd function have arguments and return the sum of 2 variables as well.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
