what is the maximum no. of bytes calloc can allocate

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

9663


What is a char in c?

559


what is bit rate & baud rate? plz give wave forms

1523


can any one provide me the notes of data structure for ignou cs-62 paper

1708


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

764






What are the Advantages of using macro

688


What does != Mean in c?

594


How do you determine a file’s attributes?

605


Explain data types & how many data types supported by c?

588


How many levels deep can include files be nested?

654


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

4545


Why do we use static in c?

636


Explain the difference between the local variable and global variable in c?

606


Tell me what are bitwise shift operators?

660


What does struct node * mean?

605