Relational Operators in C

preview_player
Показать описание
C Programming & Data Structures: Relational Operators in C
Topics discussed:
1. Types of Relational Operators in C:
a. equal to operator.
b. not equal to operator.
c. less than or equal to operator.
d. greater than or equal to operator.
e. less than operator.
f. greater than operator.

2. Example code of relational operators.

Music:
Axol x Alex Skrindo - You [NCS Release]

#CProgrammingByNeso #CProgramming #RelationalOperators
Рекомендации по теме
Комментарии
Автор

India's future is depending on Youth. Youth are depending on NESO. Indirectly India's future is related to neso academy. Love you neso

Official-tknc
Автор

I could understand easily. Thank you so much. 💫

nikithaamoorthy
Автор

The teachers in neso academy has the best vocals

vishnulavudya
Автор

am very thankful to you, you are providing extreme subject which we cannot learn in our colleges. thank you soo much. this is my first comment in social media.am very impressed

vishnuvardhanmaddila
Автор

Because of you so I can understand my lesson and answer my unit test questions easily 😊🎉❤

chinthakayalasuguna
Автор

Bro you are legend bro and we could understand the concepts easily 😎😎😎😎

BalaramGBingeBalaramGBinge
Автор

You are an amazing instructor, nailed it.

Gforever
Автор

This video helped a lot. Thanku so much❤!

kavitajha
Автор

the thumbnail made me understand everything lmao

jokesforever
Автор

will generate error but a++ + ++b; will give correct answer. Thankyou sir☺

nikhilkhanna
Автор

Sir plz start C++ as soon as possible 🙏🙏🙏🙏

rangrezuzma
Автор


here token generated are as follow,
a ++ ++ + b
and when a got post increment then it remain same value in expression, after post increment of a,
4 ++ + 3 ; // here a become 5 and b is 3.
here there is no meaning of postincrement of 4 and it is invalid,
because, 4=4+1; is invalid.
so the output is error.

rajneshlodhirajput
Автор

Thank you sir....how to assign relational operation output in any variable in c??

prakashrajput
Автор

Sir please give a lecture on priority and associativity of thank u once again

deepakbhardwaj
Автор

Sir when I run that if else program explained at last in this video. it was not compiling sir it was giving the error as 'else' without a previous 'if'

syamsaiprathi
Автор

What is the reason of using a boolean expression here when a sign and magnitude from the subtraction would be more helpful for programming more precisely, is it because of the underlying hardware? I mea: [If (4 < 5) == If (1)]~= [if (4-5) == if (-1)] however one states an unordered relation as a boolean switch while the other states a directed relation in a boolean placement where you know how the operand relates to the operator such that the list processing could be speed up, especially in logical network graphs using stacks that are statistically ordered aberrations. It could even help when a computer has two independent processors with a shared bus to eliminate data races but at what cost I do not know...

CarlJohnson-jjic
Автор

!= is not a relational operator, it is an equality operator

jackshih
Автор

hi sir what are the implementation of relational operator

joellemma