size maximum allocated by calloc()

Answer Posted / vrushali

It is page size. almost 64k in linux OS.
After which we have to use realloc to get more memory.
In case, there is more memory available in dynamic memory
space, then realloc will give the pointer else NULL.

Is This Answer Correct ?    13 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain why c is faster than c++?

563


Can stdout be forced to print somewhere other than the screen?

610


What is volatile variable in c with example?

578


What is the role of this pointer?

540


What is equivalent to ++i+++j?

635






Explain what happens if you free a pointer twice?

602


Can a variable be both const and volatile?

662


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2163


What does c mean in basketball?

552


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

616


What is the mean of function?

640


What is optimization in c?

560


What is meant by realloc()?

663


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1617


Is c object oriented?

529