Two short circuit logical operators available in C language.Name two and explain.
short circuit logical operator used in c language is &&, ||, ? and the result type of these is int (&&,||), opnd-dependent (?)