what is the maximum no. of bytes calloc can allocate
Answer Posted / maruthi prapulla kumar(bb09105
n Bytes Depending up on the size of the RAM If RAM size is
less it is less Ram size is high Its High
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are control structures? What are the different types?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is keyword with example?
What is calloc()?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What are # preprocessor operator in c?
What is mean by data types in c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What are dangling pointers? How are dangling pointers different from memory leaks?
Can a variable be both static and volatile in c?
What are the uses of a pointer?
What are different storage class specifiers in c?
Differentiate between full, complete & perfect binary trees.
What is the value of uninitialized variable in c?
What is the Purpose of 'extern' keyword in a function declaration?