Lecture II Flashcards

1
Q

Mention Six Categories of operators

A

Arithmetic operators
Relational Operators
Logical operators
Bitwise operators
Misc operators
Assignment operators

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Examples of Arithmetic Operators

A

+, - , *, / , % ++, –

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Examples of Relational Operators

A

==, != , > ,<, >=,<=

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Examples of logical operators

A

Not !
And &&
OR ||

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Examples of Bitwise operators

A

&
|

~
«
»

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Examples of assignment operators

A

*=
/=
%=
«=
»=
&=

How well did you know this?
1
Not at all
2
3
4
5
Perfectly