Author: Unknown Subject: malloc() in Qsort.c Date: Tuesday, 31 Mar 2020, 14:26:37
May we use malloc() in Qsort.c in the context of Deque *S1 = malloc(sizeof(Deque)); OR char **item = malloc(sizeof(char*)); ?