Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}

9 Answers   TCS,


what do you mean by inline function in C?

0 Answers   IBS, TCS,


What is null pointer constant?

0 Answers  


What is the use of linkage in c language?

0 Answers  


How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?

2 Answers  


Why can’t constant values be used to define an array’s initial size?

0 Answers  


Write a simple code fragment that will check if a number is positive or negative.

0 Answers  


With the help of using classes, write a program to add two numbers.

0 Answers   TCS,


any "C" function by default returns an a) int value b) float value c) char value d) a & b

0 Answers  


A stack can be implemented only using array?if not what is used?

3 Answers   InterGlobal,


What is the difference between exit() and _exit()?

2 Answers  


When should a type cast not be used?

0 Answers  


Categories