

MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your C Programming knowledge and support exam preparation. Choose a topic below to get started.
1. |
calloc() returns storage that is initialized to. |
A. | Zero |
B. | Null |
C. | Nothing |
D. | One |
Answer» B. Null | |
2. |
The function ____ obtains a block of memory dynamically. |
A. | calloc |
B. | malloc |
C. | both calloc & malloc |
D. | free |
Answer» D. free | |