Question

Predict the   program output void main () {   int x = 128;   printf ("n%d", 1 + x++); }

A 128
B 129
C 130
D 127
E 126
Practice Next

Hey! Ask a query