Lecture II Flashcards
1
Q
Mention Six Categories of operators
A
Arithmetic operators
Relational Operators
Logical operators
Bitwise operators
Misc operators
Assignment operators
2
Q
Examples of Arithmetic Operators
A
+, - , *, / , % ++, –
3
Q
Examples of Relational Operators
A
==, != , > ,<, >=,<=
4
Q
Examples of logical operators
A
Not !
And &&
OR ||
5
Q
Examples of Bitwise operators
A
&
|
~
«
»
6
Q
Examples of assignment operators
A
*=
/=
%=
«=
»=
&=