a) Syntax Error
b) c = 1
c) c = 2
d) c = 3
What will be the final value of c in the following C code snippet? (Initial values: a = 1, b = 2, c = 1) c += (-c) ? a :
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will be the final value of c in the following C code snippet? (Initial values: a = 1, b = 2, c = 1) c += (-c) ? a :
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!