The && and || in C++ are called the _______________
Answers
Answered by
4
Answer:
All the operators listed exist in C++; the column "Included in C", states whether an operator is also present in C. Note that C does not support operator overloading. When not overloaded, for the operators && , || , and , (the comma operator), there is a sequence point after the evaluation of the first operand.
Similar questions