MediaTek Interview Question

How can you dynamically assign memory to variables? Explain with code.

Interview Answer

Anonymous

Oct 4, 2019

Using malloc , calloc and realloc.