A a = d, which is parsed in C as e = ((a < d)? C Operators Question 10 What is the output of following program?Explanation Let us understand the execution line by line Initial values of a and b are 1 // Since a is 1, the expression b // is not executed because // of the shortcircuit property // of logical or operator // So c becomes 1, a and b remain 1 int c = a b;
Operators Precedence And Associativity In C Language Sillycodes
