The operator that cannot be applied on variable defined with register storage class specifier is:
a) sizeof
b) address-of
c) logical negation
d) None of these
Answers
Answered by
3
A register does not have an address. Therefore, you cannot apply the address operator ( & ) to a register variable. You cannot use the register storage class specifier when declaring objects in namespace scope.
Answered by
3
Answer:
A register does not have an address. Therefore, you cannot apply the address operator ( & ) to a register variable. You cannot use the register storage class specifier when declaring objects in namespace scope.
Similar questions
Social Sciences,
4 months ago
English,
4 months ago
Math,
10 months ago
Biology,
10 months ago
English,
1 year ago