Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the maximum no. of bytes calloc can allocate

Answers were Sorted based on User's Feedback



what is the maximum no. of bytes calloc can allocate..

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

what is the maximum no. of bytes calloc can allocate..

Answer / surya pratap singh

depend on the size

Is This Answer Correct ?    5 Yes 1 No

what is the maximum no. of bytes calloc can allocate..

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 the maximum no. of bytes calloc can allocate..

Answer / satish

n bytes

Is This Answer Correct ?    3 Yes 8 No

Post New Answer

More C Interview Questions

long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

18 Answers   Acropolis, HCL, Intel, TCS,


Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A

1 Answers  


What is string concatenation in c?

0 Answers  


main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }

4 Answers  


How can I ensure that integer arithmetic doesnt overflow?

0 Answers  


can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).

1 Answers  


enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?

4 Answers   TCS,


A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.

2 Answers  


What does %c mean in c?

0 Answers  


Prove or disprove P!=NP.

5 Answers   Microsoft,


What is Function Pointer? Explain with example?

3 Answers  


How do you use a pointer to a function?

0 Answers  


Categories