Computer Science, asked by jesusmo3352, 1 year ago

What does char *p = (char*)malloc(100); mean?

Answers

Answered by digi18
4
malloc means memory allocation .So above statement states that there is pointer p allocated memory of 100 bytes on run time.
Answered by student8116
0

Answer:

100 byte____________

Similar questions