Computer Science, asked by abhimanyu9696, 1 year ago

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 smits2670
24

a)++p+5

=6+5

=11

b)a++ + ++a

=48+50

=98

c)++c + c++ + 4

=3+3+5

=11

Answered by chaudharybharsh
1

Answer:

answer is in given image

Attachments:
Similar questions