Answer Posted / poonam
RAM is Random Access Memory. It is a form of computer data
storage that allows data to be stored in any order(ie
random).It is the temporary volatile memory of the computer
system which when the computer is switched off the memory
inside the RAM is lost.
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
What does emoji p mean?
What is the difference between constant pointer and constant variable?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
If fflush wont work, what can I use to flush input?
Explain union. What are its advantages?
What is an array in c?
Can true be a variable name in c?
What is a program?
What is size of union in c?
Explain the difference between malloc() and calloc() in c?
Should a function contain a return statement if it does not return a value?
What is the difference between memcpy and memmove?
Tell me is null always defined as 0(zero)?
Can you write a programmer for FACTORIAL using recursion?
Explain how can I read and write comma-delimited text?