Introduction - If you have any usage issues, please Google them yourself
Malloc to the system for the allocation of the specified size bytes of memory space. Return type is void*. void* indicates undetermined type pointer. C, C++ regulations, void* type can be cast to any other type of pointer.