malloc in c

The function is used malloc(xx) where xx is an int calculates the size of the structure in bytes In C, malloc returns a void* pointer […]