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

2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 Answers   HCL, Tech Mahindra,


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

0 Answers  


Once I have used freopen, how can I get the original stdout (or stdin) back?

0 Answers  


What is structure in c explain with example?

0 Answers  


Explain the properties of union.

0 Answers  






What is getche() function?

0 Answers  


What is the method to save data in stack data structure type?

0 Answers  


What are the different types of linkage exist in c?

0 Answers  


Explain the difference between the local variable and global variable in c?

0 Answers  


Why clrscr is used in c?

0 Answers  


What is an auto keyword in c?

0 Answers  


can we print any string in c language without using semicolon(;)(terminator) in whole program.

11 Answers  


Categories