what is the maximum no. of bytes calloc can allocate
Answer Posted / divyanka mishra
depends on the size of RAM. it can allocate memory as per
as RAm's size.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is LINKED LIST? How can you access the last element in a linked list?
what will be maximum number of comparisons when number of elements are given?
What are dangling pointers? How are dangling pointers different from memory leaks?
Explain the binary height balanced tree?
swap 2 numbers without using third variable?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What does %d do?
What is the difference between void main and main in c?
How can I do serial ("comm") port I/O?
int i=10; printf("%d %d %d", i, i=20, i);
Why do we use int main instead of void main in c?
What is keyword with example?
When the macros gets expanded?
Is it better to use malloc() or calloc()?
What are the types of macro formats?