int x;
int y;
int z;
x=3;
y=4;
z = ++x * y++;
a) 4
b) 5
c) 6
d) unknown/undefined
What value does the variable y have after ALL of the code above executes?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What value does the variable y have after ALL of the code above executes?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!