Question: Following is a user - defined function in a C + + program: ` ` ` int getSum ( int a , int b )
Following is a userdefined function in a C program:
int getSumint a int b
int s;
forint ka;kb;k
sk;
return s;
Which one of the followings is correct?
The function
returns the sum of all the integers between a and b with a and b included
displays the sum of all the numbers between a and b with a and b included
returns all the numbers between a and b with a and b included
returns the sum of the integers a and b
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
