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 is the full form of getch?
How do you define structure?
How can you be sure that a program follows the ANSI C standard?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What are lookup tables in c?
What is a macro in c preprocessor?
What is the use of typedef in c?
Write a program to print factorial of given number using recursion?
What is the use of ?: Operator?
Which is better between malloc and calloc?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Does c have circular shift operators?
Explain what math functions are available for integers? For floating point?
What is the size of array float a(10)?
Difference between macros and inline functions? Can a function be forced as inline?