How can you allocate arrays or structures bigger than 64K?
Answer / Pankaj Verma
To allocate memory larger than 64K in C, you can use `malloc()`, `calloc()`, or `realloc()`. However, the actual limit depends on the system configuration and the amount of available memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a good data structure to use for storing lines of text?
How many levels deep can include files be nested?
What are the advantages of the functions?
Write a program to add a given duration with time(24hrs format)
Explain what is the stack?
write a program to display the array elements in reverse order in c language
What is sizeof array?
Combinations of fibanocci prime series
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
what is a function method?give example?
Using which language Test cases are added in .ptu file of RTRT unit testing???
How do you sort filenames in a directory?