#include <stdio.h> int main() { int i = 0, j = 0; if (i && (j = i + 10)) //do something ; }
a) 0
b) 10
c) Depends on the compiler
d) Depends on language standard
What will be the final value of j 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 j 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!