Computer Science, asked by abdulkhanabdul4050, 1 year ago

What are the characteristics of expression in c language?

Answers

Answered by shekhar713370
0

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