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 |
what about "char *(*(*a[])())();"
Is r written in c?
What is a double c?
Combinations of fibanocci prime series
what is the hardware model of CFG( context free grammar)
What are the 5 data types?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
How are structure passing and returning implemented?
List the difference between a While & Do While loops?
What is clrscr ()?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What are different types of pointers?