0

How it will print 56?

main() { int i = 7; printf("%d ", i++ * i++); }

14th Jan 2022, 3:47 PM
Abhinav Shukla
Abhinav Shukla - avatar
1 Answer