Expression is combination of?
Answers
Answered by
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
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