How can I allocate arrays or structures bigger than 64K?
Answer Posted / nithya
For arrays larger than 64k use
char huge array3[100000L];
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are void pointers in c?
How many loops are there in c?
What are header files in c?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is void main ()?
What is getch() function?
Is there any data type in c with variable size?
What is omp_num_threads?
Why c is called free form language?
What is the purpose of main() function?
How are pointers declared in c?
How do you define a function?
Why does notstrcat(string, "!");Work?
code for quick sort?
What is a program?