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 |
What is New modifiers?
What are the difference between a free-standing and a hosted environment?
What is that continue statement??
Place the #include statement must be written in the program?
print the table 5 in loops
what is the difference between malloc() and calloc() function?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What does & mean in scanf?
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
In which layer of the network datastructure format change is done
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()