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
Is there a way to jump out of a function or functions?
What is the right way to use errno?
Explain null pointer.
What is %s and %d in c?
What are multibyte characters?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What is meant by inheritance?
What does c mean?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
write a program to print largest number of each row of a 2D array
What is keyword with example?
Explain how do you sort filenames in a directory?
pierrot's divisor program using c or c++ code
What is variables in c?
How can you increase the size of a dynamically allocated array?