1.

What is the name of | operator?(a) sizeof(b) or(c) and(d) modulusThis question was posed to me during an interview for a job.This intriguing question originated from Essential Operators in chapter Source Files, Classes and Operator Overloading in C++ of C++

Answer»

Right OPTION is (B) or

The best explanation: | OPERATOR is used to find the ‘or’ of GIVEN values.



Discussion

No Comment Found

Related InterviewSolutions