How can we allocate array or structure bigger than 64kb?
Answer Posted / banavathvishnu
change the memory model in complier option to higher Model.
Suppose your memory model is small change it to Huge.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the features of c languages?
What is the difference between typedef and #define?
What is the use of c language in real life?
What is a wrapper function in c?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is ctrl c called?
Why c is called top down?
What is bubble sort in c?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Why main is not a keyword in c?
Why we use void main in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is call by reference in functions?
Implement bit Array in C.
What is getch?