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 does nil mean in c?
Why header file is used in c?
Explain the use of 'auto' keyword in c programming?
Explain the meaning of keyword 'extern' in a function declaration.
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Create a simple code fragment that will swap the values of two variables num1 and num2.
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Explain function?
how to find binary of number?
Can a pointer be null?
Explain the use of #pragma exit?
What is quick sort in c?
What is array in c with example?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What is getch?