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
How can you return multiple values from a function?
Write a program to generate the Fibinocci Series
What are examples of structures?
Which header file is essential for using strcmp function?
What is indirection? How many levels of pointers can you have?
Is c still relevant?
Describe explain how arrays can be passed to a user defined function
What is the difference between functions abs() and fabs()?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Explain what are the __date__ and __time__ preprocessor commands?
Why ca not I do something like this?
What is enumerated data type in c?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What is #include stdio h?
Explain null pointer.