Computer Science, asked by sanju5134, 10 months ago

What is the output of this c code? #include int main() { int i = -5; i = i / 3; printf("%d\n", i); return 0; }?

Answers

Answered by jaisudhan0707
1

Answer:

5;i = 3

Explanation:

Similar questions