Friday 5 December 2008

What is memory cell in c programming language?

Answer:
Entire RAM has divided in number of equal part, which is known as memory cell. Capacity of each cell is to store one-byte data. i.e. char a reserve one memory cell while float a reserve four memory cell. Each memory cell has unique address. Address is always in whole number an increasing order.

No comments:

Post a Comment