Can someone tell me what a register means in computer memory and what are the functions of these registers?
Register is a memory unit faster than the RAM, it is reserved for programs to be processed when there is stack full condition and some specific operations like array,pointer iterating operations......
Thanks for helping out. Happy mylotting.
registers are found in CPU. these are basically a fast pieces of memory, where some computer instrucions are processed. Those instructions are ones that require fast processings.