Close sidebar

Short circuit logical operators used in C language.

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

Your Answer

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

Comment
Practice Mock Test
c programming