size maximum allocated by calloc()

Answer Posted / ravi.g

it depends on system memory and compiler

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between %d and %i in c?

680


what is the structure pointer?

1636


Explain null pointer.

612


How was c created?

581


How can I change the size of the dynamically allocated array?

621






please send me the code for multiplying sparse matrix using c

1712


How to compare array with pointer in c?

610


write a program fibonacci series and palindrome program in c

626


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1558


What is ctrl c called?

584


What does %d do?

706


What do you mean by invalid pointer arithmetic?

625


What are pointers? What are different types of pointers?

617


What are header files? What are their uses?

629


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3639