Computer Science, asked by Amirdhavarshini7373, 1 year ago

Expression is combination of?

Answers

Answered by tripti85
20

Expression is a combination of one or more constant ,variable,operators and functions.

Hope it helps you

Plz mark brainliest if it helps....!!!

Answered by AwaisFarooqi
9

"An expression in a programming language is a combination  of at least one constants, variable, functions, and operators that the programming language used to deliver solution of expression."

Explanation:

Example No. 1:-

2+3 is an expression. here 2 and 3 are integers and '+' is an operand.

it is the combination of two operands and one operator.

Example No. 2:-

a / b is also an expression but of two variables and one operand.

Similar questions