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
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
what are the different storage classes in c?
Is register a keyword in c?
What are c preprocessors?
Why & is used in scanf in c?
What type is sizeof?
Can I initialize unions?
What is the purpose of the statement: strcat (S2, S1)?
What is the explanation for the dangling pointer in c?
Explain 'bus error'?
How can I call fortran?
How to define structures? ·
Explain goto?
Do you know what are bitwise shift operators in c programming?
List the difference between a 'copy constructor' and a 'assignment operator' in C?