An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory

a) swap

b) extended memory

c) memory map

d) all of the above


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

If fflush wont work, what can I use to flush input?

0 Answers  


what is the difference between procedure oriented and object oriented progaming language

1 Answers  


Eight queens puzzle

0 Answers  


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

0 Answers  


What are qualifiers?

0 Answers  


What are the 3 types of structures?

0 Answers  


diff between exptected result and requirement?

0 Answers   HCL,


What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?

2 Answers  


#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain

2 Answers  


what is volatile in c language?

9 Answers   Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,


main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*

1 Answers  


What are compound statements?

0 Answers  


Categories