How can we allocate array or structure bigger than 64kb?
Answers were Sorted based on User's Feedback
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 |
Write a program to add a given duration with time(24hrs format)
provide an example of the Group by clause, when would you use this clause
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
What is the default value of local and global variables in c?
Define Spanning-Tree Protocol (STP)
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.
how to implement stack work as a queue?
main() { printf(5+"Vidyarthi Computers"); }
Is it possible to use curly brackets ({}) to enclose single line code in c program?
How can I access an I o board directly?
When should structures be passed by values or by references?
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?