ExamTiger : Simplified Guide for competitive exams and interviews
Aptitude Tests, Mental Ability, Objective MCQ Sets, Questions and Answers, PDF, Shortcut Tips

C++ Coding : Programming Concept Questions & Answers



Question : ______ function is used to allocate space for array in memory.


A.
malloc()
B.
realloc()
C.
alloc()
D.
calloc()

Answer / Explanation

Correct Answer is : Option D.


More Questions on C++ Programming Language