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 header files in c?
What is d'n in c?
What is an array? What the different types of arrays in c?
Define recursion in c.
why return type of main is not necessary in linux
Why can't I perform arithmetic on a void* pointer?
Describe the modifier in c?
What is string length in c?
Explain bit masking in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Explain Function Pointer?
Why & is used in c?
Who invented b language?
What is the difference between volatile and const volatile?
What is pass by reference in functions?