Question: 19 30 [2pts] What is the value of the array 'A' after executing the following code lines? int A[6]={ 1,1,5,4,8,1 }; memcpy(A,&A[2]. sizeof(A)-2*sizeof(A[0])); Select one:
19 30 [2pts] What is the value of the array 'A' after executing the following code lines? int A[6]={ 1,1,5,4,8,1 }; memcpy(A,&A[2]. sizeof(A)-2*sizeof(A[0])); Select one: O a. None of the above O b. A= {1,1,5, 4, 8, 1} Oc. A=(4,8,1.8, 1.0) O d. A={1,5,4,8,1,0) Oe. An (5,4,8,1, 8,13 Of. Ai {5, 4, 8, 1,8,1,5, 4) Og A= (1.5, 4.8, 1.1) CES AND EMBEDDED SYSTEM
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
