What is Expression in computer science please say
Answers
Answered by
3
Answer:
In computer science, an expression is a syntactic entity in a programming language that may be evaluated to determine its value. It is a combination of one or more constants, variables, functions, and operators that the programming language interprets and computes to produce another value.
thanks...
Answered by
7
In computer science, an expression is a syntactic entity in a programming language that may be evaluated to determine its value. ... In simple settings, the resulting value is usually one of various primitive types, such as numerical, string, boolean, complex data type or other types.
Similar questions