Computer Science, asked by tinutilu4132, 1 year ago

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 rakshithraj
0
may I know programming language is this?
Similar questions