Short circuit logical operators used in C language.

Two short circuit logical operators available in C language.Name two and explain.

  • Sree
  • 01 Apr
  • 2789 Views
  • 1 Answer
Your Answer

short circuit logical operator used in c language is &&, ||, ? and the result type of these is int (&&,||), opnd-dependent (?)

0
c programming
Practice Mock Test
c programming