How can we allocate array or structure bigger than 64kb?

Answers were Sorted based on User's Feedback



How can we allocate array or structure bigger than 64kb?..

Answer / 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

How can we allocate array or structure bigger than 64kb?..

Answer / guest

specify the size as 64kb

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More C Interview Questions

Is c easy to learn?

0 Answers  


What is oops c?

0 Answers  


largest Of three Number using without if condition?

0 Answers  


dynamically allocate memory for linear array of n integers,store some elements in it and find some of them

1 Answers  


What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }

9 Answers   CTS, Wipro,


How is a null pointer different from a dangling pointer?

0 Answers  


how should functions be apportioned among source files?

0 Answers  


What is "Duff's Device"?

0 Answers   Celstream,


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

0 Answers  


How to calculate sum

2 Answers  


what is the syallabus of computer science students in group- 1?

0 Answers  


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

0 Answers   Wilco,


Categories