Register variables have the default value
Answers
Answered by
1
Explanation:
“register” keyword is used to declare the register variables. Scope − They are local to the function. Default value − Default initialized value is the garbage value. Lifetime − Till the end of the execution of the block in which it is defined
I hope it's help u
Similar questions