In C programming, the symbol used for logical AND operator in a statement is _____?

In C programming, the symbol used for logical AND operator in a statement is _____?

سی پروگرامنگ میں ، ایک بیان میں منطقی اور آپریٹر کے لئے استعمال ہونے والی علامت _____ ہے؟
Explanation

In C programming, && is the logical AND operator, used to evaluate whether both conditions are true.

It differs from &, which is a bitwise AND operator.