Tuesday, 13 February 2018

LOGICAL OPERATER & BITWISE OPERATER



4) Logical Operater :   A logical operater is used to perform  a logical expressions of two given variables. It is used mainly in descion making in c programming.



OPERATER
DEFINITION OF OPERATER



&&
(LOGICAL AND) If  all the operands are true  it is an AND Operater.



||
(LOGICAL OR) If one operand is true  it is an OR Operater.



!!
(LOGICAL NOT) If all the operands are zero.It is a LOGICAL NOT Operater




   


5) Bitwise Operater:  A Bitwise operater is to perform bit operations on given two variables. During compiling the Mathamatical operations Addition, Subraction , Multipication, Division. it will convert to bit level which makes the process fast.


OPERATER
DEFINITION OF OPERATER
>> 
Shift Right
<< 
Shift Left
&
Bitwise AND
|
Bitwise OR
^
Bitwise exclusive OR
~
Bitwise complement

OPERATERS

"Don't Review Skip": Fans Troll Tim Paine For Poor DRS Challenge On Day 3

India vs Australia: Tim Paine was again in the firing line as his poor DRS call against Mayank Agarwal cost Australia a review on Day 3 of t...