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 the use of function toupper() with and example code?
plz let me know how to become a telecom protocol tester. thank you.
What is p in text message?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Explain what is the purpose of "extern" keyword in a function declaration?
Does free set pointer to null?
name the language for writing c compiler?
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
What is the role of this pointer?
c program to add and delete an element from circular queue using array
What are the different types of pointers?
List some basic data types in c?