^ operator | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

^ operator

Sorry but I don't understand what mean" ^" operator..thx for the answer.

11th May 2018, 4:03 PM
Pierantonio Petralia
Pierantonio Petralia - avatar
2 Antworten
+ 1
Its exclusive or operator. There is a truth table for boolean algebra and gates like these. You should check out them. And there are lessons on bitwise operators in SL you can check em out now. You need to know about AND,OR,NOT gates to understand ^ operator.
11th May 2018, 4:09 PM
Akib
Akib - avatar
+ 1
It's the bitwise "OR"
11th May 2018, 4:14 PM
Paul Grasser
Paul Grasser - avatar