what is the role of ampamp operator in a program


What is the role of && operator in a program code?

- && is also referred to as AND operator.

- When this operator is used, all conditions specified should be TRUE before next action can be carried out.

- If any of the conditions is false, whole statement is false.

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: what is the role of ampamp operator in a program
Reference No:- TGS0355065

Expected delivery within 24 Hours