adplus-dvertising
frame-decoration

Question

If following variables are set to the values as shown below, then what is the value of the expression following it?

answer=2;
marks=10;

!((answer2))

a.

-1

b.

0

c.

-1

d.

Error

Posted under C Programming

Answer: (b).0

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. If following variables are set to the values as shown below, then what is the value of the expression following it? answer=2; marks=10; !((answer2))