1

The GCC specification states that logical statements are short circuited: Logical Operators

Is this something specific to the GCC implementation or is short circuit logical evaluation inherently in C? Could I rely on this behavior without needing to worry about which compiler might eventually be used on my code?

Rich
  • 12,068
  • 9
  • 62
  • 94

0 Answers0