Vidyalelo
C Programming · Q17

Memory Allocation

Programming · C Programming · question 17

Q17

Which function is used to allocate memory for an array of character strings in C?

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

Answer: Option B

Solution

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