what is the maximum no. of bytes calloc can allocate
Answer Posted / 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 |
Post New Answer View All Answers
What is hashing in c?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Differentiate between declaring a variable and defining a variable?
What is main function in c?
What is string length in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What are the ways to a null pointer can use in c programming language?
What is difference between scanf and gets?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
How can I recover the file name given an open stream or file descriptor?
How can I pad a string to a known length?
Difference between linking and loading?
What is difference between stdio h and conio h?