InterviewSolution
Saved Bookmarks
| 1. |
Where to use and how to use ! operator in c++ |
|
Answer» ong>Answer: Operators in C++ Operators are special type of functions, that TAKES one or more ARGUMENTS and produces a new value. For EXAMPLE : addition (+), SUBSTRACTION (-), multiplication (*) ETC, are all operators. Operators are used to perform various operations on variables and constants. Explanation: Hope so correct |
|