Computer Science, asked by nehanshsuthar133, 1 day ago

main() { int a=15; printf("%d",a--); printf("%d",a); printf("%d", --a); printf("%d", a); } State the output.

15,16,13,14

15,14,13,13

13,14,15,13

14,15,13,13

Answers

Answered by nakulchaturvedi648
0

Answer:

3 okkkkkkkkkkkkkkkkk kk

Answered by Thinkab13
0

Answer:

Option number 2 is the correct answer

Similar questions