What is the output of this c code? #include int main() { int i = 10, j = 2; printf("%d\n", printf("%d %d ", i, j)); }?
Answers
Answered by
0
may I know programming language is this?
Similar questions