MCQOPTIONS
Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Testing Subject
General Aptitude
Logical and Verbal Reasoning
English Skills Ability
Technical Programming
Current Affairs
General Knowledge
Finance & Accounting
GATE (Mechanical Engineering)
Chemical Engineering
→
Technical MCQs
→
2D Transformation And Answers
→
What is the return type of malloc() or calloc()?
1.
What is the return type of malloc() or calloc()?
A.
int *
B.
int **
C.
void *
D.
void **
Answer» D. void **
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
malloc() allocates memory from the heap and not from the stack.
malloc() returns a float pointer if memory is allocated for storing float's and a double pointer if memory is allocated for storing double's.A.
Which languages necessarily need heap allocation in the run time environment?
Which of the following is/are true
Among 4 header files, which should be included to use the memory allocation functions like malloc(), calloc(), realloc() and free()?
Which function is used to delete the allocated memory space?
What is the return type of malloc() or calloc()?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies