Computer Science, asked by mary30binoy, 6 days ago

The && and || in C++ are called the _______________​

Answers

Answered by llAssassinHunterll
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