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
What is the difference between union and anonymous union?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
will u please send me the placement papers to my mail???????????????????
write a program to find out prime number using sieve case?
How do you convert strings to numbers in C?
write a progrmm in c language take user interface generate table using for loop?
what is ur strangth & weekness
What are pointers? What are different types of pointers?
What is dynamic dispatch in c++?
Differentiate between null and void pointers.
`write a program to display the recomended action depends on a color of trafic light using nested if statments
i have a written test for microland please give me test pattern
What is variable initialization and why is it important?
What is the general form of a C program?