STD 9 Questions On Unary and Binary Operator (Computer Applications)
STD 9 Questions On Unary and Binary Operator (Computer Applications)
I. Solve:
1. if p=5, find
d = ++p +5;
2. If a= 48, find
b = a++ + ++a;
3. If c =2, find
d= ++c + c++ +4;
4. If m=12; find
n= m++ * 5 + --m;