What is the difference between "calloc" and "malloc"?
Answer Posted / edwin
malloc - create the memory space
calloc-calculate the memory space
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Difference between struct and class in terms of access modifier.
Why do we use classes in c++?
Can create new c++ operators?
Why c++ is created?
What is polymorphism & list its types in c++?
List the special characteristics of constructor.
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
Does c++ support exception handling?
Define anonymous class.
What is recursion?
What is the difference between delegation and implemented-in-terms-of?
What is ios flag in c++?
Write a function that swaps the values of two integers, using int* as the argument type?
Do vectors start at 0?
Can turbo c++ run c program?