Answer Posted / jothi16
calloc means reallocate the memory.malloc used to allocate
the memory
| Is This Answer Correct ? | 6 Yes | 20 No |
Post New Answer View All Answers
Disadvantages of C language.
How to write c functions that modify head pointer of a linked list?
What does void main return?
Is flag a keyword in c?
What is a lvalue
What is the size of empty structure in c?
How can you determine the maximum value that a numeric variable can hold?
What do you mean by dynamic memory allocation in c?
Explain the priority queues?
Is boolean a datatype in c?
Explain what are the advantages and disadvantages of a heap?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
c language interview questions & answer
What is this pointer in c plus plus?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?