C Programming

hard
0/15 answered
Q1

What is the output of: #include <stdio.h> int main() { int x = 5; printf("%d", ++x + x++); return 0; }

1 / 15