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

Post New Answer

More C Interview Questions

any "C" function by default returns an a) int value b) float value c) char value d) a & b

0 Answers  


What are the advantages of Macro over function?

1 Answers  


What do you mean by Recursion Function?

0 Answers   Hexaware,


How will you declare an array of three function pointers where each function receives two ints and returns a float?

0 Answers   TISL,


What is signed and unsigned?

0 Answers  






6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()

2 Answers   Accenture,


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

0 Answers   Wilco,


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

0 Answers   Aspire, Infogain,


What does int main () mean?

0 Answers  


wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


What does %p mean?

0 Answers  


What is ponter?

0 Answers   TCS,


Categories