It means to do the required calculations, in order to get a single number as a result. (Or some other data type, which is not numeric - in computer science, date expressions and text expressions are also used, among other things.)
34 is the evaluation of 34
a*b*c
evaluation, evaluate.
As it stands (because the rest of the expression may be missing) the evaluation to the constant value of -3 will be the result.
A term often used is "evaluate".
to draw a conclusion from exaiming; to compute an expression
34 is the evaluation of 34
a*b*c
find a numerical expression or equivalent for (an equation, formula, or function).
evaluation, evaluate.
The order of evaluation refers to the sequence in which operators are executed in an expression. In most programming languages, parentheses are evaluated first, followed by exponentiation, multiplication and division, and finally addition and subtraction. It's important to understand the order of evaluation to predict how an expression will be computed.
As it stands (because the rest of the expression may be missing) the evaluation to the constant value of -3 will be the result.
A term often used is "evaluate".
When you simplify, you are just taking the equation down to it's simplest form, not solving it. Evaluation involves actually solving the problem.
Okay, here is a postfix expression: 3 4 * 5 6 * + the evaluation: 3*4 + 5*6 12 + 30 42
Evaluating a Polynomial expression using a singly linked list visit : http://myfundatimemachine.blogspot.in/2012/06/polynomial-evaluation-in-c.html
In mathematics, to evaluate means to find the numerical value of an expression or equation. This involves substituting given values into the expression and simplifying it to obtain a single numerical result. Evaluation is a fundamental process in mathematics used to determine the outcome of mathematical operations and expressions.