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
Define VARIABLE?
Give basis knowledge of web designing ...
What does do in c?
What is a loop?
Explain void pointer?
What is #pragma statements?
What does sizeof function do?
What is getche() function?
What is the correct declaration of main?
What library is sizeof in c?
What is the best organizational structure?
What is volatile variable in c?
How can type-insensitive macros be created?
Explain what is the benefit of using enum to declare a constant?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if