VOOZH about

URL: https://www.geeksforgeeks.org/c/output-of-c-program-set-19/

⇱ Output of C Program | Set 19 - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Output of C Program | Set 19

Last Updated : 27 Dec, 2016
Predict the outputs of following program. Difficulty Level: Rookie Question 1 Output: FALSE Let us consider the condition inside the if statement. Since there are two greater than (>) operators in expression "c > b > a", associativity of > is considered. Associativity of > is left to right. So, expression c > b > a is evaluated as ( (c > b) > a ) which is false.
Please write comments if you find any of the answers/explanations incorrect, or you want to share more information about the topics discussed above
Comment
Article Tags:
Article Tags: