Question: in C language Is the below pass by reference or value for the arrays in the parameter list? / / function declaration for sum int
in C language
Is the below pass by reference or value for the arrays in the parameter list?
function declaration for sum
int sumint intMyIntArray int intSize char myCharArray int intSize
sum calculation stub to be implemented later
void mainvoid
int intMyIntArray;
char myCharArray;
sum intMyIntArray, myCharArray, ;
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
