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
What is structure of c program?
Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program
1 Answers Accenture, Concor, DMU, Satyam, Syntel, Tora,
What is the purpose of 'register' keyword?
How does placing some code lines between the comment symbol help in debugging the code?
What do you mean by a sequential access file?
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
Write a program to print fibonacci series without using recursion?
Explain that why C is procedural?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
how to swap four numbers without using fifth variable?
what is the difference b/w NULL and null?
Write a program to check prime number in c programming?