-
decrement operator in C
int a=3,y; y=++a + a+++ --a+ ++a; printf("%d%d",y,a); Why value of y become 16.
int a=3,y; y=++a + a+++ --a+ ++a; printf("%d%d",y,a); Why value of y become 16.
Please Turn OFF your ad blocker
- OR -
LOGIN to continue using GeekInterview website.