Computer Science, asked by yuvrajbaherani, 8 months ago

What is register in c language

Answers

Answered by kukunkukun
0

Answer:

Registers are faster than memory to access, so the variables which are most frequently used in a C program can be put in registers using register keyword. The keyword register hints to compiler that a given variable can be put in a register. It's compiler's choice to put it in a register or not.

Answered by prashantkumar9533
0

Explanation:

c means to register in lAnguage

Similar questions