in malloc and calloc which one is fast and why?
Answer / 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 |
Explain how can you check to see whether a symbol is defined?
What is the difference between CV and Resume ?
When is the “void” keyword used in a function?
Explain what is dynamic data structure?
How to avoid buffer overflow?
How can I trap or ignore keyboard interrupts like control-c?
How was c created?
Define Spanning-Tree Protocol (STP)
What is the use of clrscr?
what is different between auto and local static? why should we use local static?
When a c file is executed there are many files that are automatically opened what are they files?
Is that possible to store 32768 in an int data type variable?