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 wrong with this code?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
c language interview questions & answer
Write a program to swap two numbers without using the third variable?
How do you override a defined macro?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
pierrot's divisor program using c or c++ code
What is New modifiers?
Who developed c language and when?
What is the difference between printf and scanf in c?
Why clrscr is used in c?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is typeof in c?
How do you determine whether to use a stream function or a low-level function?
Why do we use stdio h and conio h?