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
Is c is a middle level language?
Write a Program to accept different goods with the number, price and date of purchase and display them
Which weighs more, a gram of feathers or a gram of gold?
What is structure padding ?
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
How can I write a function analogous to scanf?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is the difference between exit() and _exit() function in c?
Using which language Test cases are added in .ptu file of RTRT unit testing???
How is null defined in c?
What is the output of printf("%d", printf("Hello"));?
difference between memcpy and strcpy