How can I allocate arrays or structures bigger than 64K?
Answer Posted / sathish kumar
HI All,
In a book i studied that you can use far* to allocate
memory above 64k limit.
Thanks & Regards
Sathish Kumar
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is main return c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Under what circumstances does a name clash occur?
how to find anagram without using string functions using only loops in c programming
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Explain the difference between structs and unions in c?
How do you define structure?
Explain can you assign a different address to an array tag?
What is data structure in c and its types?
How can I make it pause before closing the program output window?
What are inbuilt functions in c?
What’s the special use of UNIONS?
What are header files and what are its uses in C programming?
How do I read the arrow keys? What about function keys?