find the value of k after evalution of the given expression
if a=23,b=56;
k=a++ + ++b - a -- a - ++b*a/++b%a--+b--b*c;
Answers
Answered by
0
The question seems to be wrong... (-a--a) and (+b--b) should give an error...please recheck your question.
ritesh77778:
this is right
Similar questions