MCQOPTIONS
Bookmark
Saved Bookmarks
→
C Programming
→
Floating Point Issues in C Programming
→
calloc() returns storage that is initialized to...
1.
calloc() returns storage that is initialized to.
A.
Zero
B.
Null
C.
Nothing
D.
One
Answer» B. Null
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which of the following is used during memory deallocation in C?
Why do we write (int *) before malloc?
Memory allocation using malloc() is done in _________
In function free(p), p is a _______
calloc() returns storage that is initialized to.
void * malloc(size_t n) returns?
The function ____ obtains a block of memory dynamically.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply