Question:(A) Write the Name of this operators =, !=, === ______ Operators. (B) Write the Name of this operators +, -, *, /, % ______ Operators. (C) Write the Name of this operators &, |, ^, ~, <<, >> ______ Operators. (D) Write the Name of this"( \n, \r, \t, \\, \$, \" ) " ______
+ AnswerBitwise, Arithmetic, Equality, Escape Sequences,
+ Report