Answer Posted / sakthi
RAM is Random Access Memory.There are two types of memory 1.ROM 2.RAM. RAM is the temporary volatile memory when the computer is turned off the memory inside the RAM is lost.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is storage class?
What does it mean when the linker says that _end is undefined?
What are the functions to open and close the file in c language?
What is the difference between %d and %i?
Are there namespaces in c?
Explain two-dimensional array.
How can I prevent another program from modifying part of a file that I am modifying?
What is FIFO?
Which is best linux os?
code for quick sort?
Why we use void main in c?
Can you please compare array with pointer?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What is a lvalue
What is the size of enum in c?