343) calloc(m, n); is equivalent to
Answer is:
ptr = malloc (m*n); memset (p, 0, m*n);
Related C Programming MCQ with Answers
Answer is:
same as that of sizeof (t)
Answer is:
All of these
Answer is: