Vidyalelo
C Programming · Q3

Memory Allocation

Programming · C Programming · question 3

Q3

Which function is used to allocate an array of elements in C?

A.
calloc()
Answer
B.
malloc()
C.
alloc()
D.
array()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board