Teaching UGC NET Mock Test Series 2025 (Paper 1 & 2) Programming and Data Structure Programming in C
Which of the following statements about calloc() and malloc() functions is correct?
1
malloc() takes a single argument while calloc() needs two arguments
2
malloc() initializes the allocated memory to ZERO
3
calloc() initializes the allocated memory to NULL
4
calloc() takes a single argument while malloc() needs two arguments