what is the maximum no. of bytes calloc can allocate
Answer Posted / surya pratap singh
depend on the size
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is main return c?
What is graph in c?
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
What is structure pointer in c?
Why is c platform dependent?
Write a program which returns the first non repetitive character in the string?
Explain what are the different file extensions involved when programming in c?
What is an array in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is the difference between printf and scanf in c?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Is stack a keyword in c?
What is difference between function overloading and operator overloading?
difference between object file and executable file
Is c call by value?