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
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is extern variable in c with example?
What do the functions atoi(), itoa() and gcvt() do?
What is the explanation for cyclic nature of data types in c?
What are lookup tables in c?
What are the rules for identifiers in c?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
How can I pad a string to a known length?
Write a program on swapping (100, 50)
What is a global variable in c?
Are global variables static in c?
How to write a code for reverse of string without using string functions?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
How pointer is different from array?
What does static variable mean in c?