Computer Science, asked by neetiarora17, 3 months ago

What will be the value stored in variable C, if A=6 and B=10
C=NOT(A>=10 AND B<=10) ?​

Answers

Answered by vishnumore245
0

Answer:

sorry for your comment on bell and I 55inches the following day at night and hardy in my mind you help her clothes all the way back hand you help me out and you can get a little bit better if you're a man or something and I think it's very difficult for me karna to be a part ka of a good evening and I am a good person and hardy in my life I have to be very nice to me because this video was thrown away by sumit More than I did shubham and I was thrown

Answered by ParvezShere
0

The value stored in C will be 1.

  • It is given that A = 6 and B = 10.
  • The next determining statement is C = NOT(A>=10 AND B<=10).
  • The logical AND operator for a set of Boolean operands will be true if and only if all the operands return a true value. Otherwise, it will return false.
  • Applying AND on A>=10 AND B<=10 will return 1.
  • The NOT operator is a Boolean operator that will return TRUE or 1 when the operand is FALSE or 0, or will return FALSE or 0 when the operand is TRUE or 1.
  • After applying NOT on the value returned by the AND operator we will get 1. Therefore, C will hold value of 1.

#SPJ2

Similar questions