Vidyalelo
C Programming · Q26

Memory Allocation

Programming · C Programming · question 26

Q26

Which function is used to allocate memory for a structure in C?

A.
malloc()
Answer
B.
structurealloc()
C.
structalloc()
D.
calloc()

Answer: Option A

Solution

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