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 union and structure in c?
How can I recover the file name given an open stream?
What is the benefit of using const for declaring constants?
What is an auto keyword in c?
What is output redirection?
How are structure passing and returning implemented?
What is variables in c?
C language questions for civil engineering
Why isn't any of this standardized in c? Any real program has to do some of these things.
How do we print only part of a string in c?
Explain how can a program be made to print the line number where an error occurs?
Why is c fast?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
How many types of sorting are there in c?
In C programming, how do you insert quote characters (‘ and “) into the output screen?