Biology, asked by purvisri832, 3 months ago

find the output of the following snippets :

1. c=4, find d
if d=++c + c++ + 4

2. if a = 48 ; find
a=a++ + ++a ;

3. K =5 , j= 9
K =( k ++ - ++ j ) + k
find value of K

Pls answer the above questions with full explanation .

Answers

Answered by vadu1527
0

Answer:

( k ++ - ++ j ) + k

Explanation:

please mark as brainlest

Similar questions