- int main()
- {
- int x,y,z;
- x=2;y=1;z=0;
- x=x&&y||z; printf(“%dn”,x);
- printf(“%dn”,x||!y&&z);
- x=y=1;
- z=x++-1;printf(“%dn”,x);printf(“%dn”,z);
- z+=-x+++++y;printf(“%dn”,x);printf(“%dn”,z);
- return 0;
- }
i m facing problem in line 8th & 9th.line 9th shows an error l value required an increment operend……….
hyy
i think u might not have properly typed the code.I have also done assgnmt 1 bt none of the error lyk this have been occurred check the code again.
and if then also the problem persists then kindly reply me bck
thx