i am not able to solve the following-
M= (++N)+(++P++)
N= ++P--
P= --M++
M= ++P
N= --M
P= ++N
Print M+N+P=?
Please kindly help me to solve it...
M= (++N)+(++P++)
N= ++P--
P= --M++
M= ++P
N= --M
P= ++N
Print M+N+P=?
Please kindly help me to solve it...
Comment