Register Storage Class in C Programming | GIITM


The variables defined as the register is allocated the memory into the CPU registers depending upon the size of the memory remaining in the CPU. We can never get the address of the register variable.

Post a Comment

0 Comments