In the DOS enveronment, normal RAM that resides beyond the 1mb mark.
a) expanded memory
b) swapped memory
c) Extended memory
d) none
No Answer is Posted For this Question
Be the First to Post Answer
If you know then define #pragma?
what is the difference b/w compiler and debugger?
what is the code for getting the output as * ** ***
What is return in c programming?
What is the difference between procedural and declarative language?
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
What is the difference between the local variable and global variable in c?
How do you declare a variable that will hold string values?
Explain what is the best way to comment out a section of code that contains comments?
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
What does %c do in c?