Short circuit logical operators used in C language.

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

  • Sree
  • 22 Aug
  • 4023 Views
  • 3 Answers
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