retagged by
2,766 views
3 votes
3 votes
which of the following expressions have l-values ? which have r- values

a)A[I+1]           b)*A            c)&A

d)&(*A)           e)*(&A)         f)*(&(&A))
retagged by

1 Answer

Related questions

0 votes
0 votes
0 answers
1
aditi19 asked Apr 1, 2019
969 views
Generate code for the following three-address statements assuming stack allocation where register SP points to the top of the stackx = 1x=ax = a + 1x = a+bThe two stateme...
0 votes
0 votes
0 answers
2
aambazinga asked Sep 19, 2018
798 views
does the expression &A has l-value or not?iknow it will have r-value. but i think it will have l-value too. as in the scanf("%d",&A); isn't &A acting like l-value??pleas...
0 votes
0 votes
0 answers
4