11 .
In C#, all binary operators are ______.
A.Center-associative
B. Right-associative
C. Left-associative
D.Top-associative
View AnswerAns: Left-associative
12 .
An _______ is a symbol that tells the computer to perform certain mathematical or logical manipulations.
A.Operator
B. Expression
C. Condition
D.Logic
View AnswerAns: Operator
13 .
A _____ is any valid C# variable ending with a colon.
A.goto
B. Label
C. Logical
D.Bitwise
View AnswerAns: Label
14 .
C# has _______ operator, useful for making two way decisions.
A.Looping
B. Functional
C. Exponential
D.Conditional
View AnswerAns: Conditional
15 .
________causes the loop to continue with the next iteration after skipping any statements in between.
A.Loop
B. Exit
C. Break
D.Continue
View AnswerAns: Continue