what is the maximum no. of bytes calloc can allocate
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Do you know the purpose of 'register' keyword?
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
In which language linux is written?
the question is that what you have been doing all these periods (one year gap)
What are the three constants used in c?
how to write optimum code to divide a 50 digit number with a 25 digit number??
pgm to find middle element of linklist(in efficent manner)
What functions are used in dynamic memory allocation in c?
What is the difference between NULL and NUL?
What is a #include preprocessor?
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
Explain can the sizeof operator be used to tell the size of an array passed to a function?