12. C Programming Tutorials in Urdu - Logical Operators - Urdu Tutorials

Опубликовано: 16 Май 2026
на канале: MavenApt Tutorials
10,061
50

For more free Urdu Tutorials click here: http://bit.ly/ZcRlXc
Like us on facebook: http://on.fb.me/13Z3CqS
Follow us on twitter: http://bit.ly/13Z3LKP

This video is about C programming language Logical Operators in Urdu. In this Urdu Tutorials Series I teach you how to program in C programming language.

This Urdu tutorials video is about Logical operators. Logical operators are mainly used to control program flow. Usually, you will find them as part of an if, a while, or some other control statement.
Following table shows all the logical operators supported by C language.
! not
&& and
|| or

The concept of logical operators is simple. They allow a program to make a decision based on multiple conditions. Each operand is considered a condition that can be evaluated to a true or false value. Then the value of the conditions is used to determine the overall value of the op1 operator op2 or !op1 grouping. The following examples demonstrate different ways that logical conditions can be used.
The && operator is used to determine whether both operands or conditions are true and.pl.