[Solved]Function Prototypes Function Calls C Function1 0 B Function2 0 Q37042728
what are the function prototypes for these function calls inC?
function1(a[0], &b);
function2(a,&a[0]);
Expert Answer
Answer to what are the function prototypes for these function calls in C? function1(a[0], &b); function2(a,&a[0]);… . . .
OR

