Computer Science, asked by parthvnagare, 7 months ago

int m, p; m=5; q=0; p = m-- + --m The output will be ?

Answers

Answered by pavan2005rajak
6

Answer:

out put will be 10

Explanation:

int m=5

int q=0 so,

Attachments:
Similar questions