Relational Operators in C

  Рет қаралды 232,060

Neso Academy

Neso Academy

Күн бұрын

Пікірлер
@Official-tk3nc
@Official-tk3nc 5 жыл бұрын
India's future is depending on Youth. Youth are depending on NESO. Indirectly India's future is related to neso academy. Love you neso
@samyakjain720
@samyakjain720 4 жыл бұрын
and Neso is contributing in India's GDP
@hetaeramancer
@hetaeramancer 3 жыл бұрын
my future is also depending on neso hehe. watching from the PH
@fotosentez1410
@fotosentez1410 3 жыл бұрын
ı can throw out that easily, Neso academy also is a golden treasure for Turkey
@vishnulavudya3160
@vishnulavudya3160 Жыл бұрын
The teachers in neso academy has the best vocals
@vishnuvardhanmaddila2736
@vishnuvardhanmaddila2736 3 жыл бұрын
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
@nikithaamoorthy1247
@nikithaamoorthy1247 2 ай бұрын
I could understand easily. Thank you so much. 💫
@BalaramGBingeBalaramGBinge
@BalaramGBingeBalaramGBinge 10 ай бұрын
Bro you are legend bro and we could understand the concepts easily 😎😎😎😎
@chinthakayalasuguna2894
@chinthakayalasuguna2894 Жыл бұрын
Because of you so I can understand my lesson and answer my unit test questions easily 😊🎉❤
@Gforever884
@Gforever884 Жыл бұрын
You are an amazing instructor, nailed it.
@jokesforever8516
@jokesforever8516 2 ай бұрын
the thumbnail made me understand everything lmao
@anjimakp8759
@anjimakp8759 4 жыл бұрын
Thank you so much for this video sir.
@RajeswariPalisetti
@RajeswariPalisetti 2 ай бұрын
The best teachers are here
@rangrezuzma9853
@rangrezuzma9853 4 жыл бұрын
Sir plz start C++ as soon as possible 🙏🙏🙏🙏
@prakashrajput8521
@prakashrajput8521 6 жыл бұрын
Thank you sir....how to assign relational operation output in any variable in c??
@shivam7271
@shivam7271 3 жыл бұрын
I like the explanation of concept
@nikhilkhanna6471
@nikhilkhanna6471 2 жыл бұрын
a+++++b; will generate error but a++ + ++b; will give correct answer. Thankyou sir☺
@kavitajha5998
@kavitajha5998 9 ай бұрын
This video helped a lot. Thanku so much❤!
@rajneshlodhirajput1025
@rajneshlodhirajput1025 Жыл бұрын
a+++++b; 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.
@deepakbhardwaj3141
@deepakbhardwaj3141 6 жыл бұрын
Sir please give a lecture on priority and associativity of operators.......and thank u once again
@deepakbhardwaj3141
@deepakbhardwaj3141 6 жыл бұрын
Neso Academy Sir like priority of logical ,relational,arithmetic,bitwise,assigment operators....in an specified operation.
@vineetjain2878
@vineetjain2878 3 жыл бұрын
is answer error option d?
@AravindErgadindla
@AravindErgadindla Ай бұрын
Output is 8
@mauryaashish1865
@mauryaashish1865 3 жыл бұрын
Neso is op!!
@Superb_content_
@Superb_content_ 2 жыл бұрын
Answer =8
@jackshih6084
@jackshih6084 4 жыл бұрын
!= is not a relational operator, it is an equality operator
@f.r.o-001
@f.r.o-001 3 жыл бұрын
it is
@CarlJohnson-jj9ic
@CarlJohnson-jj9ic Жыл бұрын
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...
@20tejas
@20tejas 9 ай бұрын
To answer your question these videos are directed towards people who need to understand the basics and made for the basic understanding of c language and not for the experts.
@sanjoyseal1355
@sanjoyseal1355 3 жыл бұрын
Thanks 😊😊😊
@syamsaiprathi5869
@syamsaiprathi5869 3 жыл бұрын
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'
@true4189
@true4189 4 жыл бұрын
Thank u
@SIISSachidanand
@SIISSachidanand 4 жыл бұрын
error: lvalue required..
@kamandan7367
@kamandan7367 2 жыл бұрын
I tried too and it would return an error until until i isolated the third plus in the middle of the expression
@trinhnv1205
@trinhnv1205 6 жыл бұрын
thanks
@premanand7803
@premanand7803 2 жыл бұрын
#include int main() { int a = 300; int b = 2090; if (b>=a) { printf("bingo! you are in"); } else { printf("oops!you are out"); } return 0; }
@Narayan2.0842
@Narayan2.0842 4 жыл бұрын
Error Expressions is not assignable
@joellemma2450
@joellemma2450 5 жыл бұрын
hi sir what are the implementation of relational operator
@YoYo-nt7yf
@YoYo-nt7yf 4 жыл бұрын
Hehe 1yr latr .....still no answer
@congratulationsson...8090
@congratulationsson...8090 2 жыл бұрын
I like this
@SusheelKumar-ly4qt
@SusheelKumar-ly4qt 3 жыл бұрын
a=4 b=4 ans is 8...
@funwithscienceandmath3061
@funwithscienceandmath3061 4 жыл бұрын
option b
@Gamer-ek5pz
@Gamer-ek5pz 6 жыл бұрын
I want VB script operators
@YoYo-nt7yf
@YoYo-nt7yf 4 жыл бұрын
Hehe....2yrs latr ..still no ans
@koinahotahai
@koinahotahai Жыл бұрын
Sir notes ??
@Kashyap707
@Kashyap707 Жыл бұрын
can i get pdf
@dhanrajtidke2784
@dhanrajtidke2784 4 жыл бұрын
8
@Gamer-ek5pz
@Gamer-ek5pz 6 жыл бұрын
Hii
@anshikasharma2419
@anshikasharma2419 2 жыл бұрын
If we use = instead of == Is there any syntax error we find ?
@meinedits
@meinedits 2 жыл бұрын
offcourse you can try by programming
@DankPajeet
@DankPajeet 5 жыл бұрын
Lit
@YoYo-nt7yf
@YoYo-nt7yf 4 жыл бұрын
I'm burning
@uthadiyanm1293
@uthadiyanm1293 2 жыл бұрын
Error
@urvashisingh4094
@urvashisingh4094 4 жыл бұрын
my answer: error
@sefalibhakat143
@sefalibhakat143 Жыл бұрын
👍👍
@Shanmukha19
@Shanmukha19 3 жыл бұрын
After studying programming languages cse students be like: They write equstions in maths : 3x+5
@pulastyadas3351
@pulastyadas3351 4 жыл бұрын
*thanks*
@vishalkothawade5713
@vishalkothawade5713 4 жыл бұрын
8
@pallapubhavani672
@pallapubhavani672 2 жыл бұрын
Error
@yashankumar1779
@yashankumar1779 Жыл бұрын
7
Logical Operators in C
12:09
Neso Academy
Рет қаралды 440 М.
Bitwise Operators in C (Part 1)
7:52
Neso Academy
Рет қаралды 821 М.
How To Choose Mac N Cheese Date Night.. 🧀
00:58
Jojo Sim
Рет қаралды 106 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 63 МЛН
Increment and Decrement Operators in C (Part 1)
10:55
Neso Academy
Рет қаралды 416 М.
Relational Operators | C Programming Tutorial
3:51
Portfolio Courses
Рет қаралды 4,2 М.
How to STUDY so FAST it feels like CHEATING
8:03
The Angry Explainer
Рет қаралды 1,9 МЛН
2 Years of C++ Programming
8:20
Zyger
Рет қаралды 7 М.
Increment and Decrement Operators in C (Part 2)
15:39
Neso Academy
Рет қаралды 259 М.
C_17 Operators in C - Part 5 (Logical Operators) |  C Programming Tutorials
20:51
Jenny's Lectures CS IT
Рет қаралды 252 М.
Arithmetic Operators in C
8:02
Neso Academy
Рет қаралды 344 М.
Precedence and Associativity of Operators
16:27
Neso Academy
Рет қаралды 357 М.
Recursion in C
11:12
Neso Academy
Рет қаралды 951 М.