Computer Science, asked by PragyaTbia, 11 months ago

In C, for which purpose expression is used.

Answers

Answered by shekhar713370
6

Each programming language and application has its own rules for what is legal and illegal. For example, in the C language x+5 is an expression, as is the character string "MONKEYS." x and 5 are operands, and + is an operator. Expressions are used in programming languages, database systems, and spreadsheet applications

Similar questions