Multiple Choice
When the & and | operators are used between Boolean expressions, they are Boolean logical operators.What are they when used between integer expressions?
A) integral operators
B) numerical operators
C) bitwise operators
D) arithmetic operators
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: When designing a flowchart for assisting in
Q2: What character(s) do you use to make
Q4: When using a switch structure to make
Q5: What can be used in conjunction with
Q6: In C#, what operator is used as
Q7: What character(s) serve as the NOT operator
Q8: What keyword can you use to specify
Q9: When creating a flowchart or pseudocode representation
Q10: When if-else statements are nested, each else
Q11: What conditional operator can be used when