The syntax of realloc is given below-02851
The syntax of realloc is given below.
This multiple choice question (MCQ) is related to the book/course
vu cs201 Introduction to Programming.
It can also be found in
vu cs201 Lecture No.24 - Quiz No.1.
The syntax of realloc is given below.
void *realloc (void * ptr, size_t size ) ;
void +realloc (void * ptr, size_t size ) ;
void realloc (void * ptr, size_t size ) ;
void realloc (void + ptr, size_t size ) ;