C library function - malloc(), The C library function void *malloc(size_t size) allocates the requested memory and returns a pointer to it.
確定! 回上一頁