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
What is bubble sort in c?
Do you have any idea about the use of "auto" keyword?
What is main return c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
How many identifiers are there in c?
Explain how do you determine a file’s attributes?
What is the use of function in c?
What is indirection in c?
Explain the use of function toupper() with and example code?
What is a lvalue
Do you know what are the properties of union in c?
Is exit(status) truly equivalent to returning the same status from main?
How old is c programming language?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What are terms in math?