Question: Given below prototype of a function: void myfuncfint a, float b, int M[l]: and assuming the declaration int A[10L,x=4,y=0; float k; Which of the following
Given below prototype of a function: void myfuncfint a, float b, int M[l]: and assuming the declaration int A[10L,x=4,y=0; float k; Which of the following is a valid call to the function? a. y= myfunc(Ax,k): b. y= myfuncox,k,A); c. myfunc (A,x,k) : d. myfunco( ,K,A) : Clear my choice
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
