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.
"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.