1.

The operator that cannot be applied on variable defined with register storage class specifier is:a) sizeofb) address-ofc) logical negationd) None of these​

Answer»

AnswerCLASS="latex-formula" id="TexFormula1" src="https://tex.z-dn.net/?f=%20Answer%20" title="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.



Discussion

No Comment Found