C Programming Bangla Tutorial – 13: Comparison or Relational Operators #comparisonoperators



C Programming Bangla Tutorial – 13: Comparison or Relational Operators #comparisonoperators

C Programming Bangla Tutorial - 13: Comparison or Relational Operators #comparisonoperators

In this video we have discussed C Programming Bangla Tutorial – 13: Comparison or Relational Operators #comparisonoperators
A Comparison or relational operator checks the Comparison or relationship between two operands. If the Comparison or relation is true, it returns 1; if the Comparison or relation is false, it returns value 0.

01.Equal to
02. Not equal
03. Greater than
04. Less than
05. Greater than or Equal to
06. Less than or Equal to
Equal to(==):Checks if the values of two operands are equal or not. If yes, then the condition becomes true.
Not equal to(!=):Checks if the values of two operands are equal or not. If the values are not equal, then the condition becomes true.
Greater than(—):Checks if the value of left operand is greater than the value of right operand. If yes, then the condition becomes true.
Less than(—):Checks if the value of left operand is less than the value of right operand. If yes, then the condition becomes true.
Greater than or equal to(— =):Checks if the value of left operand is greater than or equal to the value of right operand. If yes, then the condition becomes true.
Less than or equal to(— =):Checks if the value of left operand is less than or equal to the value of right operand. If yes, then the condition becomes true.
Code:

#include[stdio.h]
int main(){
int a = 7;
int b = 6;
//Equal to
printf(“%dn”,a==b);
//Not Equal to
printf(“%dn”,a!=b);
//Greater than
printf(“%dn”,a–b);
//Less than
printf(“%dn”,a–b);
//Greater than or Equal to
printf(“%dn”,a–=b);
//Less than or Equal to
printf(“%dn”,a–=b);
return 0;
}
#cprogramming
#cprogrammingbangla
#comparisonoperators
#relationaloperators
Key:
#relationaloperators#typeofrelationaloperators#relationaloperatorsinc
relational operators in c programming,example of relational operators,relational operators in c language,relational operator with example,relational operator in c with example,Relational operator in C,What are the 6 relational operators,How many relational operators in C,types of relational operator in c,c program to perform relational operator,using relational operator in c,programmer monir

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Contact me:
Md Asaduzzaman
BSc In Computer Science & Engineering
Fb Page: https://web.facebook.com/mdasad4
FB ID: https://web.facebook.com/allinonetopics.bd
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#programmermonir #programmer monir #ProgrammerMonir
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
for business inquiries: [email protected]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
✅ Like | ✅ Share | ✅ Subscribe

* ANTI-PIRACY WARNING *
This content is Copyright To Programmer Monir. Any unauthorized reproduction, redistribution or re-upload is strictly prohibited of this material. Legal action will be taken against those who violate the copyright of the following material presented! Enjoy & stay connected with us!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
–Copyright
@Programmer Monir
Do not publish part of or the full video in any form on other video channels.