Vidyalelo
C Programming · Q23

Memory Allocation

Programming · C Programming · question 23

Q23

In C, which function is used to allocate memory from the stack?

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

Answer: Option C

Solution

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