adspace


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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between union and anonymous union?

1397


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2737


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1358


will u please send me the placement papers to my mail???????????????????

1925


write a program to find out prime number using sieve case?

2174


How do you convert strings to numbers in C?

1343


write a progrmm in c language take user interface generate table using for loop?

2122


what is ur strangth & weekness

2588


What are pointers? What are different types of pointers?

1263


What is dynamic dispatch in c++?

1137


Differentiate between null and void pointers.

1256


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2214


i have a written test for microland please give me test pattern

2814


What is variable initialization and why is it important?

1391


What is the general form of a C program?

1098