Question: Following is a user - defined function in a ( mathrm { C } + + ) program: ` ` ` int
Following is a userdefined function in a mathrmC program:
int getSumint a int b
int s;
forint ka;kb;k
sk;
return s;
Which one of the followings is correct?
s is global variable
s is a static variable
s is a looping variable
s is local variable
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
