Difference between malloc and alloc

1 answer

Answer

1007141

2026-08-17 16:20

+ Follow

alloc is used as header file while using malloc and calloc functions in C prog.

The definition of malloc function is in the alloc.h file.

It's stdlib.h to be more precise

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.