This document discusses operators and expressions in computer programming. It covers relational operators like < and >, logical operators like && and ||, assignment operators, increment and decrement operators, bitwise operators, and special operators. It also discusses operator precedence and control structures like if statements and switch statements. Evaluation of expressions using these operators follows specific rules like short circuit evaluation for logical operators.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
38 views22 pages
Lect31 Operators Expressions
This document discusses operators and expressions in computer programming. It covers relational operators like < and >, logical operators like && and ||, assignment operators, increment and decrement operators, bitwise operators, and special operators. It also discusses operator precedence and control structures like if statements and switch statements. Evaluation of expressions using these operators follows specific rules like short circuit evaluation for logical operators.