English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Thanks!

2007-02-26 08:03:01 · 4 answers · asked by Léon 1 in Computers & Internet Programming & Design

4 answers

Exclusive Or in any language means one or the other but not both

2007-02-26 08:17:57 · answer #1 · answered by fjpoblam 7 · 3 0

It means exclusively OR. The difference between XOR and OR is if there are two boolean variables, where A = true and B = true

With XOR, you are testing if one and only one of them is true. So

'A xor B' would be false in this case, but 'A or B' would be true.

2007-02-26 08:09:24 · answer #2 · answered by Derrick 2 · 1 2

Xavier Opens Rectums

2007-02-26 08:26:51 · answer #3 · answered by GorgeousStudPP 1 · 0 3

If you don't know that, (1) you don't know how to use the MSDN help feature of Visual Studio AND (2) you shouldn't be writing programs to begin with.

2007-02-26 08:46:05 · answer #4 · answered by ? 1 · 0 1

fedest.com, questions and answers