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
1
Answer:
5;i = 3
Explanation:
Similar questions
Science,
5 months ago
Hindi,
5 months ago
Science,
5 months ago
Business Studies,
10 months ago
Business Studies,
10 months ago
Computer Science,
1 year ago
Math,
1 year ago