20 Nov 2019

  • November 20, 2019
  • Amitraj
EXPRESSION IN C++

"Expression in C++ is form when we combine operands (variables and constant) and C++ OPERATORS."

Expression can also be defined as:
"Expression in C++ is a combination of Operands and Operators."

OPERANDS IN C++ PROGRAM are those values on which we want to perform perform operation.

Translate

Popular Posts