Examveda
Examveda

The address operator &, cannot act on

A. R-values

B. Arithmetic expressions

C. Both of the above

D. Local variables

E. Members of a structure

Answer: Option C


This Question Belongs to C Program >> Pointer

Join The Discussion

Comments ( 2 )

  1. Ritanshi Jain
    Ritanshi Jain :
    7 years ago

    R value means rgt hand side expression
    Like if a= b+5 then l value = a & r value = b+5

  2. Maggi
    Maggi :
    8 years ago

    what is R over here

Related Questions on Pointer