InterviewSolution
Saved Bookmarks
| 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 |
|