recategorized by
1,391 views
0 votes
0 votes

Consider the following left associative operators in decreasing order of precedence :

- subtraction (highest precedence)

* multiplication

$ exponentiation (lowest precedence)

What is the result of the following expression ?

3 – 2 * 4 $ | * 2** 3

  1. $-61$
  2. $64$ 
  3. $512$ 
  4. $4096$
recategorized by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
makhdoom ghaya asked Sep 15, 2016
1,397 views
The data type created by the data abstraction process is calledClassStructureAbstract data typeUser defined data type
0 votes
0 votes
1 answer
2
makhdoom ghaya asked Sep 15, 2016
2,565 views
What will be the output of the following c-code?void main () { char *p= "ayqm"; char c; c=++*p; printf ("%c" , c); }$a$$c$ $b$$q$
0 votes
0 votes
0 answers
3
1 votes
1 votes
1 answer
4
makhdoom ghaya asked Sep 16, 2016
1,875 views
At any given time Parallel Virtual Machine (PVM) has _______ send buffer and ________ receive buffer.One-oneOne-twoTwo-twoTwo-one