what is the maximum no. of bytes calloc can allocate
Answer Posted / satish
n bytes
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
Where static variables are stored in c?
What is meant by 'bit masking'?
Write a simple code fragment that will check if a number is positive or negative.
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Explain what’s a signal? Explain what do I use signals for?
What is the difference between union and anonymous union?
Difference between malloc() and calloc() function?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Explain what are the __date__ and __time__ preprocessor commands?
What is a function in c?
Where in memory are my variables stored?
When should a type cast be used?
Do you know the difference between exit() and _exit() function in c?
What's the right way to use errno?