Answer Posted / bobby sigh
malloc is more faster than calloc because malloc required
only const sign integer or datatype
while calloc required type,block
so malloc is more faster than calloc
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How can I write a function that takes a format string and a variable number of arguments?
Why do some versions of toupper act strangely if given an upper-case letter?
Why #include is used in c language?
What is string length in c?
What are void pointers in c?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is the best style for code layout in c?
What is main return c?
what do you mean by inline function in C?
Is boolean a datatype in c?
hi send me sample aptitude papers of cts?
What is integer constants?
What is the difference between printf and scanf in c?
pierrot's divisor program using c or c++ code
What do you mean by scope of a variable in c?