Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

QUESTION 18 The functiou call_requests enough memory to store 10 characters. O r

ID: 3716508 • Letter: Q

Question

QUESTION 18 The functiou call_requests enough memory to store 10 characters. O reall 10sizoof char)) O calloc (sizeot (char),10) O malloc(izeof (char)) QUESTION 19 Assume nun ers s an ar ay ot 10 dcubles the address ot numbers ts 0x02f00 Note: this ?s a hexdecimal number n Ptr is a pointer ponts to the beginning ot num ers what is the value ot net r+87 Assume the values in numb rs are None of the above QUESTION 20 When an array is passed to a function, the array address is the only item actually passed. True ? False QUESTION 21 iqrade [] is equivalent toassume that grade is an array of integers, and each integer requires 4 bytes of storage.. O sgrade 1013 O sgrade [0] O sgrade0(31) O sgrade[0(3 4) QUESTION 22 which conrrannd is uedlouve a drcclury? rd rdir

Explanation / Answer

Ans1:

malloc(10*sizeof(char))

Ans:2

0x02f00 + 64 = 0X02f40

Ans:3

False     (we also paased the size of the array)

Ans:4

&grade[0] + 3

Ans:5

rmdir  

===============================================================

KIndly Check and Verify Thanks..!!!