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

why should i select you?

21 Answers   Wipro,


main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }

6 Answers  


write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

1 Answers   iGate, Shashi, Source Bits, Subex,


can we declare a variable in different scopes with different data types? answer in detail

3 Answers   TCS,


What is a memory leak in structures? How can we rectify that?

2 Answers  






Explain output of printf("Hello World"-'A'+'B'); ?

0 Answers  


Write a program to print all the prime numbers with in the given range

8 Answers   ABC, College School Exams Tests, TCS,


void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }

3 Answers  


Why should I prototype a function?

0 Answers  


What language is c written?

0 Answers  


What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?

1 Answers  


Is it possible to run using programming C for Java Application?

2 Answers   NIC,


Categories