Guess the output
void main() { char a = 'a'; int x = (a % 10)++; printf("%d\n", x); }
Correct Answer:
Compiler Error
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Correct Answer:
Compiler Error
need an explanation for this answer? contact us directly to get an explanation for this answer