How can you allocate arrays or structures bigger than 64K?



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

Post New Answer

More C Interview Questions

What is a good data structure to use for storing lines of text?

1 Answers  


How many levels deep can include files be nested?

1 Answers  


What are the advantages of the functions?

1 Answers  


Write a program to add a given duration with time(24hrs format)

1 Answers   Protech,


Explain what is the stack?

1 Answers  


write a program to display the array elements in reverse order in c language

16 Answers  


What is sizeof array?

1 Answers  


Combinations of fibanocci prime series

1 Answers  


sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?

4 Answers   Subex,


what is a function method?give example?

1 Answers  


Using which language Test cases are added in .ptu file of RTRT unit testing???

1 Answers  


How do you sort filenames in a directory?

1 Answers  


Categories