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 |
Why is c called a mid-level programming language?
Explain the Difference between the New and Malloc keyword.
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
i want to job in your company, so how it will be possible.
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
Explain which function in c can be used to append a string to another string?
State the difference between realloc and free.
Which is better malloc or calloc?
Why c language is called c?
how to swap two integers 1 and 32767 without using third variable
write a function to find whether a string is palindrome or not and how many palindrome this string contain?
What does printf does?