Computer Science, asked by kierairelandsta, 1 month ago

b) Give the output of the following condition.
a=3 b= 5 c=7
!( a> b ) || (b> c) && !(a>c)​

Answers

Answered by anvisha27008
0

Answer:

Operators in C

Operators are symbol which tells the compiler to perform certain operations on variables. For example, (*) is an operator which is used for multiplying two numbers.

There are different types of operators in C. Let's take a look at each type of them with few examples of each.

Arithmetic Operators

Relational Operators

Increment and Decrement Operators

Logical Operators

Assignment Operators

Explanation:

Similar questions