i want clear explanation of increment and decrement operators in c.
can any body help in solving the following expression
a=10
c=++a + ++a
when i am executing this code ,the answer is c=24
how it is possible?
can any body help in solving the following expression
a=10
c=++a + ++a
when i am executing this code ,the answer is c=24
how it is possible?
Comment