Question: Time left 0.59.26 Write a procedure prototype called SumArray that receives an array of type BYTE and returns the sum of the array elements in
Time left 0.59.26 Write a procedure prototype called SumArray that receives an array of type BYTE and returns the sum of the array elements in the second parameter of type BYTE. O a sumArray PROTO, pArray:PTR BYTE, arraysize:DWORD, total: BYTE O b. None of them OC SumArray PROTO, PArray PTR BYTE, arraysize:DWORD, total:PTR BYTE Od sumArray PROTO, PArray, BYTE, arraysize DWORD total:PTR BYTE Next page Study Materials Jump to
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
