Computer Science, asked by varshithreddy2847, 2 months ago

Arrange the following operators form highest to lowest precedence || <= + !=​

Answers

Answered by RuwaisnZaid
0

Explanation:

+ <= != ||

this from High est to lowest

Mark me as brainly

Answered by anindyaadhikari13
1

Answer:

Operator precedence table is given below,

\boxed{ \begin{array}{c|c}\tt  \underline{Operators}:&amp;\tt\underline{Hierarchy}:\\ \tt( \: ),[ \: ]&amp;\tt1\\ ++,--,\sim,!&amp; \tt2\\ \tt *,/,\%&amp;\tt3\\ +,-&amp;\tt4 \\ \tt &gt;&gt;,&gt;&gt;&gt;,&lt;&lt;&amp;\tt5\\ \tt &gt;,&gt;=,&lt;,&lt;=&amp;\tt6\\ \tt ==,!= &amp;\tt7\\  \&amp; &amp;\tt8\\ \tt ^{\wedge}&amp;\tt9\\ \tt !&amp;\tt10\\ \tt\&amp;\&amp; &amp; \tt11 \\ \tt ||&amp;\tt12\\ \tt ?=&amp;\tt13\\ \tt =&amp;\tt14 \end{array}}

So, on arranging from highest to lowest precedence, we get,

+

<=

!=

||

Answer:

  • +, <=, !=, | |

Learn More:

  • Operator: An operator is basically a symbol or token which performs arithmetical or logical operations and give meaningful results.
  • There are mainly three types of operators - (i) Arithmetical Operators, (ii) Relational Operators and (iii) Logical Operator.

•••♪

Similar questions