What is the difference between calloc() and realloc()?
Answer / nashiinformaticssolutions
calloc() allocates memory and initializes it to zero.
realloc() resizes previously allocated memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What does nil mean in c?
What is a list in c?
what is function pointer?
What is define c?
difference between ordinary variable and pointer in C?
Tell us two differences between new () and malloc ()?
How can I convert integers to binary or hexadecimal?
Why are all header files not declared in every c program?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
what is a NULL pointer?