x++;

  1. V

    L value reruired

    Friends i am getting an ERROR : L value required for the below program at line no :3. void main(){ int x=5; ++x++; printf("X = %d ",x); } Can any one please explain me the concept of L value.
Top Bottom