Predict the output of following code:
main()
{
int a=10,x;
x= a-- + ++a;
printf(“%d”,x);
}
1. 19
2. 20
3. 22
4. 23; Predict the output of following code:; main(); {; int a=10,x;; x= a-- + ++a;; printf(“%d”,x);; }; 1. 19 ; 2. 20; 3. 22; 4. 23
Answers
Answered by
0
Don't post you question lots of time...
just simply increas the point and you got lot of answer........
it's a advice......
decision is yours
❤❤❤❤❤
just simply increas the point and you got lot of answer........
it's a advice......
decision is yours
❤❤❤❤❤
Answered by
0
Where is the value of x
complete question and increase points
complete question and increase points
Similar questions