Multiple Choice
The function call ____ requests enough memory to store 10 characters.
A) realloc(10,sizeof(char) )
B) calloc(sizeof(char) ,10)
C) malloc(sizeof(char) )
D) malloc(10 sizeof(char) )
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The operation of removing a structure from
Q2: The function prototype for malloc() is contained
Q4: The advantage to the calloc() function is
Q5: _ reserves the number of bytes requested
Q6: Placing a new item on top of
Q7: All programming languages that support pointers provide
Q8: _ changes the size of previously allocated
Q9: The operation of placing a new structure
Q10: In computer programming, stacks are used in
Q11: The operation of adding a new structure