10

Is there any difference between doing && and and? e.g:

bool resA = (a and b and c);  
bool resB = (a && b and c);

Are resA and resB identical or if not how exactly do they vary and why would one choose one over the other?

Maroun
  • 94,125
  • 30
  • 188
  • 241
hich9n
  • 1,578
  • 2
  • 15
  • 32

0 Answers0