increment and decrement operators examples
Answers
Answered by
4
pre increment =++a;
post increment=a++;
pre decrement= --a;
post decrement= a--;
post increment=a++;
pre decrement= --a;
post decrement= a--;
kritika2727:
Please take a =5 and b=6 and solve them . write the answer in comments.please
Answered by
3
MAY THIS WILL HELP YOU
Attachments:
Similar questions