Function malloc takes as an argument the number of bytes to be allocated, and returns a pointer of type __________ to the allocated memory.
a) char *
b) int *
c) void *
d) NULL *
c) void *
Computer Science & Information Technology
You might also like to view...
A(n) ________ states the source of unoriginal content that appears in a presentation
Fill in the blank(s) with correct word
Computer Science & Information Technology
The oval symbol in a flowchart is called the ____ symbol.
A. start/stop B. input/output C. process D. flow
Computer Science & Information Technology