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

What are enumerated types?

0 Answers  


How are Structure passing and returning implemented by the complier?

0 Answers   TISL,


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

0 Answers  


please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch

2 Answers  


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

0 Answers  






What is a c token and types of c tokens?

0 Answers  


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

2 Answers   Cap Gemini, HCL,


two variables are added answer is stored on not for third variable how it is possible?

3 Answers  


write a program fibonacci series and palindrome program in c

0 Answers   Aditi Placement Service,


How can you increase the size of a statically allocated array?

0 Answers   TISL,


When would you use a pointer to a function?

0 Answers  


program to print circle structure

1 Answers  


Categories