Evaluate of the following:
a) Ifp = 5; find d = ++p+5;
b) If a = 48; find a a++ + ++a;
c) If c= 2; then find d = ++C+ C++ + 4;
Answers
Answered by
24
a)++p+5
=6+5
=11
b)a++ + ++a
=48+50
=98
c)++c + c++ + 4
=3+3+5
=11
Answered by
1
Answer:
answer is in given image
Attachments:
Similar questions