Question: Question 13 int main(void) { int i = 4. j = -1, k = 0, y, z; y= i +5 && j + 1 ||

 Question 13 int main(void) { int i = 4. j =
-1, k = 0, y, z; y= i +5 && j +

Question 13 int main(void) { int i = 4. j = -1, k = 0, y, z; y= i +5 && j + 1 || k + 2; z = i +5 || + 1 && k +2; printf (" y = %d z = %d", y, z); return 0; } 10 00 01 11 Error Question 14 4 int main() { int i = 4, z = 12: if (i - 5 || 2 > 50) printf (" l am stmt1"); else printf (" l am stmt2"): return 0; ) I am strt1 I am stmt2 I am stmt2 I am stmt 1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!