Operators
Test
Model Test
Ebook
Test on C#.Net framwork 4 Sep 30
CSharp Model Test 1
CSharp Model Test Three
Index
C#.NET Home
Datatype
59
Basic
28
Methods
5
Arrays
3
Object-Oriented Programming
11
Operators
53
Control Structure
18
Schools
Ebook
Question:
Which of the following is NOT an arithmetic operator?
A
+
B
-
C
*
D
&
Note:
The & operator is a bitwise operator, not an arithmetic operator.
Show answer
Show Note
Report
Question:
What is the output of 10 / 2 * 3?
A
15
B
5
C
20
D
30
Note:
The operations are performed left to right; first division, then multiplication.
Show answer
Show Note
Report
Question:
Which operator is used for bitwise left shift?
A
<<
B
>>
C
|
D
&
Note:
The << operator shifts bits to the left.
Show answer
Show Note
Report
First
Prev
4
5
6
Next
Last
/6
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd