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
State two uses of pointers in C?
How can I find out how much free space is available on disk?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is typedef struct in c?
how to swap two integers 1 and 32767 without using third variable
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
How to avoid structure padding in C?
the data type used for unlimited value in c and how to do this program
What is console in c language?
Can a file other than a .h file be included with #include?
Explain what is the difference between declaring a variable and defining a variable?
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item