#include <stdio.h> void main() { int x = 5 * 9 / 3 + 9; }
a) 3.75
b) Depends on compiler
c) 24
d) 3
What will be the final value of x in the following C code?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will be the final value of x in the following C code?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!