InterviewSolution
Saved Bookmarks
| 1. |
calloc() returns storage that is initialized to.(a) Zero(b) Null(c) Nothing(d) OneI got this question during an internship interview.This interesting question is from Storage Management topic in section Input and Output in C of C |
|
Answer» CORRECT ANSWER is (a) Zero Easy EXPLANATION - NONE. |
|