C_17 Operators in C - Part 5 (Logical Operators) | C Programming Tutorials

  Рет қаралды 262,416

Jenny's Lectures CS IT

Jenny's Lectures CS IT

Күн бұрын

Пікірлер: 460
@venkatakrishnareddykarri6603
@venkatakrishnareddykarri6603 3 жыл бұрын
In the example that's used to explain logical AND, a = 10 and b = 5, so b < a becomes TRUE. But while explaining, it's stated as FALSE, which needs to be corrected.
@durgalankipalli2541
@durgalankipalli2541 2 жыл бұрын
Yes that's true, even I got the same doubt :)
@SimranSingh-yj7jk
@SimranSingh-yj7jk 2 жыл бұрын
Yess
@bestpartrecaps9723
@bestpartrecaps9723 2 жыл бұрын
she must have made a mistake.
@Narratesmart
@Narratesmart 2 жыл бұрын
True
@umendramehra5704
@umendramehra5704 2 жыл бұрын
Can you explain I didn’t understand.
@iconboy5973
@iconboy5973 3 жыл бұрын
With your videos I've passed my first semister,thank you Jenny mam 🎉from ANDHRA
@alishettishreechakra3742
@alishettishreechakra3742 4 жыл бұрын
Mam this is my first year in BTech.my cse teacher is not teaching well so I have no worries now because now I am learning from you.Thank you mam
@shivatapasya1910
@shivatapasya1910 3 жыл бұрын
Nice dp
@sumitp9158
@sumitp9158 2 жыл бұрын
Bsdk aukad ke bahar ki dp mt laga. Sushant is legend ❤❤
@herohera3497
@herohera3497 2 жыл бұрын
@@shivatapasya1910 how
@stormbreaker2791
@stormbreaker2791 5 ай бұрын
then now you have completed the course
@akuruyajoshua719
@akuruyajoshua719 2 жыл бұрын
You're a life saver ma'am. RESULT 1 : 1 RESULT 2: 0
@meghanakondeboina4808
@meghanakondeboina4808 2 жыл бұрын
Hey both are one right ?
@lucky4450
@lucky4450 2 жыл бұрын
Result1=1 Result 2=0
@rachitparashar1243
@rachitparashar1243 2 жыл бұрын
@@meghanakondeboina4808 no 1st is 1 second is 0 bcz after result 1 value of a and b changes at end of result 2 a=0,b=8
@prabhakergautam9204
@prabhakergautam9204 2 жыл бұрын
@@meghanakondeboina4808 yes when we do it in the same program otherwise 0 i.e. result 1 and result 2
@ShubhamSingh-qf1qi
@ShubhamSingh-qf1qi Жыл бұрын
both should be zero
@18fatima15
@18fatima15 10 ай бұрын
16:34 result_1=a>b && printf ("jenny") || printf("lectures") && printf("jk"); result_2=a>b && printf ("jenny") || printf("lectures") || printf("jk"); OUTPUT: result_1=1 result_2=1 20:22 result 1=1 result 2=1 (both result_1 and result_2 are evaluated in the same program
@pRABHAya
@pRABHAya 9 ай бұрын
result= --a&&++b; will be 0 Result 2 will be 0 not 1
@AvtarSingh-rj7jz
@AvtarSingh-rj7jz 4 ай бұрын
Yes you are right 👍 output is 1
@MitaliRathi-z7t
@MitaliRathi-z7t 20 күн бұрын
Result=--a&&++b=0
@MechMonty
@MechMonty 3 жыл бұрын
i had forgotten the operator precedency concept and in evaluation tests many times made mistakes. Now its clear to me. thanks
@srvocals1646
@srvocals1646 3 жыл бұрын
jenny1 is the result
@shafizulislam255
@shafizulislam255 3 жыл бұрын
A beauty can explore the beauty..... Excellent lecture.
@geetageeta7933
@geetageeta7933 3 жыл бұрын
16:35 result will be true(1) Output lecturesjk1 16:43 also output is lectures1 Because as log or gets 1st true it will not check another condition
@SadhanaSharma
@SadhanaSharma 3 жыл бұрын
Lectures or Jk ka beech me space q nhi h ???
@hasanmahmud977
@hasanmahmud977 2 жыл бұрын
thanks
@maryannemuthoni5388
@maryannemuthoni5388 Жыл бұрын
Thank you so much Jenny, i didn't know anything about the precedence, assosciativity, you clarified the increments and decrements perfectly. This is my third day watching your videos.
@jyoshnareddy1013
@jyoshnareddy1013 2 жыл бұрын
a-- becomes 1 it means true and ++b becomes 7 so it is also true finally true and true is true it means "1" In second case --a becomes 0 it means false so in logical and if any one condition is false then whole result gets false it means "0"
@mohammedmosin4561
@mohammedmosin4561 2 жыл бұрын
Nice explain bubby
@ad_mastermind1313
@ad_mastermind1313 2 жыл бұрын
Tnx bro
@lucky-ls2es
@lucky-ls2es Жыл бұрын
Bro a-- =1 ok but after that 1-1=0? And in result 2 a value will be -1know??
@AashutoshKumar-h4w
@AashutoshKumar-h4w 2 ай бұрын
@@jyoshnareddy1013 if both 1&2 condition are in same question then in second condition the value of --a is "-1"
@saitejaraju1115
@saitejaraju1115 11 ай бұрын
Hi mam Near 4:58 stated has false But It's true b
@chiradeepbhattacharya4858
@chiradeepbhattacharya4858 3 жыл бұрын
logical int main(); { int a=4,b=5,result; result=a>b && printf ("jenny") || printf("lectures") || printf("jk"); printf("%d", result); result 1=1 result 2-1 maam both the result will be one because it is an OR GATE Used in this case.
@dhanrajm4652
@dhanrajm4652 4 жыл бұрын
Hai Dear Ma'am, When Your discussed && Operator b
@abdulrahimjalloh363
@abdulrahimjalloh363 Жыл бұрын
You are the best lecturer i have ever seen for programming. Many people knows programming, but they dont know how to teach. but you, i can give you AAAAA++++++++💯
@vinayaksharma945
@vinayaksharma945 4 жыл бұрын
Mam I saw your each and every video 👍👍👍 mam pleasssss give a heart to this comment
@prajaktakadam4779
@prajaktakadam4779 3 жыл бұрын
When you print("Jenny") in Logical operator example.Return type of printf() is 1 thats why result is 1
@shrur3527
@shrur3527 2 жыл бұрын
dear mam thank you will be very less for your videos , praying for all happiness n success to u n to ur family , i m benefited a lot by your videos , you are an excellent teacher
@walkwithme_P62
@walkwithme_P62 3 жыл бұрын
1) lecture Gk 1 2) lecture GK 1 3) 1&&1=1 4) -1&&1=0&&1=0 Thanks ma'am ur doing good job...👍👍🙏🙏
@rajeshreddy9832
@rajeshreddy9832 2 жыл бұрын
minus one value is 1
@aditiraj8147
@aditiraj8147 4 жыл бұрын
Ma'am for the Q of combination of logical operators answers of both the Q will be JennylecturesJK1 & For the Q of int a=1 , b=6 .... Result 1 =1 and Result 2 =0
@geethikakrishna4460
@geethikakrishna4460 3 жыл бұрын
Jenny won't be there
@geethikakrishna4460
@geethikakrishna4460 3 жыл бұрын
Coz first exp is 0 so Jenny won't print
@ParamitaDey-bi1mg
@ParamitaDey-bi1mg 3 жыл бұрын
@@geethikakrishna4460 Yes I also think Jenny won't be there ... Output will be. LecturesJK1
@swetakumari6641
@swetakumari6641 3 жыл бұрын
@@ParamitaDey-bi1mg first jkprint after that lectures..so final result would be jklectures
@NothingWrong-w7b
@NothingWrong-w7b 3 ай бұрын
@@swetakumari6641 but both are 1 right?
@neelasatyasai6852
@neelasatyasai6852 3 жыл бұрын
"AND" is a king he all ways want 1 rupee from all to say YES. "OR" is a Begger he satisfies with at least 1 rupee from any one to say YES. This is how i remember.
@FathimaRashaTP-k9d
@FathimaRashaTP-k9d Жыл бұрын
i was strugling hard to remember it..but now i can..thnq so much for the comparison bruh🤗
@vanitymeetstechnology8792
@vanitymeetstechnology8792 8 ай бұрын
If there is no begger then.. what will happen then. OMG I am worried of my program
@syednaveeth9825
@syednaveeth9825 3 жыл бұрын
Now I understand computer is consider -1 is true value got it thank you mam
@De-CODE7
@De-CODE7 3 жыл бұрын
in the last problem , --a = -1 , right ?
@syednaveeth9825
@syednaveeth9825 3 жыл бұрын
@@De-CODE7 Yes bro you are right ✅
@pradeep56914
@pradeep56914 2 жыл бұрын
@@syednaveeth9825 -1=0 ya frr -1=1...konsa hoga or kaise bro
@EjazKhan-fr6tp
@EjazKhan-fr6tp 3 жыл бұрын
Maam at 4:50 in that expression b
@adityagk1
@adityagk1 3 жыл бұрын
thank you so much mam, every doubt is cleared now regarding operators.
@kennedychukwu4152
@kennedychukwu4152 2 жыл бұрын
Jenny thank you for the content you create. Please can you do one on Javascript.
@Joycee74
@Joycee74 2 жыл бұрын
Result when && at the end = JK1 and Result with || at the end is also JK1. This is so because Logical && has a positive value at first, then the result is automatically TRUE which is 1, and logical OR (||) already have one and both values as TRUE, so, result is equal to 1
@chikwendumiracle2737
@chikwendumiracle2737 2 жыл бұрын
Are you part of the alx se program
@Joycee74
@Joycee74 2 жыл бұрын
@@chikwendumiracle2737 Yes
@udaysingh6621
@udaysingh6621 2 жыл бұрын
@@Joycee74 In &&: Output: lectures jk 1 In II : Output: lectures 1 Please check, I think that this should be the right answer
@MUDIT-vy7kb
@MUDIT-vy7kb Жыл бұрын
yes this is correct@@udaysingh6621 but no spaces in between
@shreyabiswas7313
@shreyabiswas7313 3 жыл бұрын
Result 1 = a - - && + + b output 1: 1 Result 2 = - - a && + + b output 2: 0
@Robin-zs7yy
@Robin-zs7yy 3 жыл бұрын
Output 1: 0 na???
@Robin-zs7yy
@Robin-zs7yy 3 жыл бұрын
Smjh ni Aaya merko😅
@shreyabiswas7313
@shreyabiswas7313 3 жыл бұрын
@@Robin-zs7yy no bro Cuz in 1st result... Post increment is happened.,. So 1st initial value of a is applied and then after execution the value of a will be incremented.. So, in 1st result : 1 && 7 So. 1st Output will be true or 1
@ArjunCool
@ArjunCool 3 жыл бұрын
Excellent ❤️
@arjunnaiduravuri9429
@arjunnaiduravuri9429 2 жыл бұрын
2nd output is 1 because after execution of first statement a value becomes zero in 2nd statement a is pre-decrement then value of a becomes -1
@ramprakashpathak6611
@ramprakashpathak6611 Жыл бұрын
16:45 both result is one.👍
@Ajay_1351
@Ajay_1351 4 жыл бұрын
in AND operator 5
@MrMrsKarthikRaj
@MrMrsKarthikRaj 3 жыл бұрын
yes
@shivam7164
@shivam7164 3 жыл бұрын
Answer toh phir bhi zero hi hoga
@humanAbsu
@humanAbsu 3 жыл бұрын
😂😂 such me yrr
@pratibhanadiger6827
@pratibhanadiger6827 3 жыл бұрын
✋✋✋
@ayushisajwan01
@ayushisajwan01 2 жыл бұрын
@Pratik 006 bro lekin final result to false (0)hi hoga Naa... chahe ek operator true or dusra false ho....
@rahulsati5819
@rahulsati5819 3 жыл бұрын
mam you are best.no one is like you
@sowmyakoruprolu
@sowmyakoruprolu 8 ай бұрын
In the example that's used to explain logical or ,a=4 && b=6,so it to be a>b becomes true.But while explaining , it's stated as flase, which needs to correct
@anusha_pathivada
@anusha_pathivada Жыл бұрын
For the last question both are false mam And tq so much mam for your vedios ❤we are loving them
@Bakriallhashimi
@Bakriallhashimi 5 ай бұрын
For the result1 the output is 1 and for the second one the output is 0. Thank you so much for the tutorials
@aarthi8358
@aarthi8358 4 жыл бұрын
Thank you Jenny mam ❤️ from tamilnadu
@gmramkumar9536
@gmramkumar9536 3 жыл бұрын
naanu..
@angeloghenefuafo
@angeloghenefuafo 2 жыл бұрын
the first one is 1 and a becomes 0 while b becomes 7. then second one the results is 0 won't check the other because it's AND Operator, while becomes 7
@suosatyanarayanjaganathan4702
@suosatyanarayanjaganathan4702 3 жыл бұрын
Answer to the last question at 20:22 is 1 and 0 respectively
@varshanpoola245
@varshanpoola245 3 жыл бұрын
Perfect bro
@cyberguy69
@cyberguy69 2 жыл бұрын
Now my concept is crystal clear
@creativityanand9566
@creativityanand9566 8 ай бұрын
Jenny mam your doing so hard work god bless you I donot like c programming but when your saying I am so interested to listen and understand
@granderuhu
@granderuhu 6 ай бұрын
result1: 1 && 7 which is true result2: -1 && 8 which is also true
@shreyabiswas7313
@shreyabiswas7313 3 жыл бұрын
Output for expression 1 & expression 2 Both ans will be 1 Expression 1 : lecturer jk 1 Expression 2 : lecturer jk 1
@anmolvashisth5809
@anmolvashisth5809 3 жыл бұрын
the first output will be 1 and the second will be 0
@shreyabiswas7313
@shreyabiswas7313 3 жыл бұрын
@@anmolvashisth5809 noo
@ParamitaDey-bi1mg
@ParamitaDey-bi1mg 3 жыл бұрын
@@anmolvashisth5809 why ?
@meghanakondeboina4808
@meghanakondeboina4808 2 жыл бұрын
@@ParamitaDey-bi1mg cause value of a is -1 but not 0.
@marcninochristopherocampo5138
@marcninochristopherocampo5138 2 жыл бұрын
#include int main() { int a = 1, b = 6; printf("ResultA = %d ", a-- && ++b); printf("ResultB = %d ", --a && ++b); return 0; } Output: ResultA = 1 ResultB = 1
@herohera3497
@herohera3497 2 жыл бұрын
i didnt understand can you teach me?
@Surya-uu1vy
@Surya-uu1vy 2 жыл бұрын
Result B is zero bro
@Bharathkumar-hw3fm
@Bharathkumar-hw3fm Жыл бұрын
Result B=0 because, in logical and if one condition is false then it won't go to next statement. It will be print 0
@lucky-ls2es
@lucky-ls2es Жыл бұрын
Yeah . i got the same
@hopemeles4106
@hopemeles4106 Жыл бұрын
that is result b is one becase of a--- the result A 1-1 =0 then the result --a the 0-1 the the out put -1 so that -1 and 8 is one please check it@@Surya-uu1vy
@udaysinghrana5725
@udaysinghrana5725 2 жыл бұрын
16:47 - Output is 1 20:33 - Result1 = 1 (Post-Decrement) and Result2 = 0 (Pre-Decrement)
@maryannemuthoni5388
@maryannemuthoni5388 Жыл бұрын
Minute 4:59 has a small error, 5
@starkendeavours7072
@starkendeavours7072 4 жыл бұрын
Result 1: Lecturesjk1 Result 2: Lectures1 for question 1 and result 1 = 1 and result 2 =0 for last question
@vaibhavsingh55130
@vaibhavsingh55130 4 жыл бұрын
Same my answer
@rohitsunariya8469
@rohitsunariya8469 3 жыл бұрын
why not jk in result 2 of que 1 please tell
@swapnilsuradkar110
@swapnilsuradkar110 2 жыл бұрын
@@rohitsunariya8469 or operator used...first condition true so it will not check next condition
@ankitapriyadarshinijalli5069
@ankitapriyadarshinijalli5069 3 жыл бұрын
Thank you maam..I survived my 1yr of cse because of you.
@SadhanaSharma
@SadhanaSharma 3 жыл бұрын
19:42 here first we should evaluate a++ na because it's precedence is higher than relational operator Please help
@onlystudy9729
@onlystudy9729 Жыл бұрын
#include #include int main(){ int a = 4 , b = 6 , result; result = a > b && printf(" vikram ") || printf(" c language by jenny ") && printf(" i have almost completed 17 lectures out of 150"); printf(" %d ", result ); return 0; } output : c language by jenny i have almost completed 17 lectures out of 150 1
@kavyareddy5392
@kavyareddy5392 3 жыл бұрын
expression 1: lectures jk 1 expression 2: lectures 1 result 1: 1 result 2: 0
@ParamitaDey-bi1mg
@ParamitaDey-bi1mg 3 жыл бұрын
Why in expression 2 jk will not be printed ? Why result 2 is 0 ? It suppose to be one ? Pls ans
@Bharathkumar-hw3fm
@Bharathkumar-hw3fm Жыл бұрын
Result 2: 1. Not 0
@d.harikrishna9161
@d.harikrishna9161 2 жыл бұрын
Hii Can u explain fatal error Ur sections very nice
@sulurulokesh7877
@sulurulokesh7877 9 ай бұрын
madam in c language it is possible at run time of 15:00 but in java we will getting an error of short circuit. as the output line does not return any value . so that void is not assigned to int. thank you
@mohamedaljorni9360
@mohamedaljorni9360 Жыл бұрын
result 1 = 1 result 2 = 0 thanks maam for this Simple explanation and great ideas
@Tijiyabhanu
@Tijiyabhanu 10 ай бұрын
Yes you are correct
@deepnarayan123
@deepnarayan123 3 жыл бұрын
Result1 is true Result2 is also true And rest of all answer is also true
@manirulmolla5519
@manirulmolla5519 2 жыл бұрын
Very well explained, Thanks😊
@venup5381
@venup5381 3 жыл бұрын
at 16:34 and 16:43 the answer is lecturesjk1 here jenny wont print because 1 expression is 0
@mohdanwarkhan4661
@mohdanwarkhan4661 3 жыл бұрын
# include main() { int a=4,b=6,result; result=a>b && printf("jenny")||printf("lectures")|| printf(" jk"); printf("%d",result); } output: lectures 1
@ashishbisht6857
@ashishbisht6857 2 жыл бұрын
@EaSץWᗩчs 【• ‿•】 because in logical or if first statement is true it will not go to second statement
@devendernarra248
@devendernarra248 4 жыл бұрын
Tq mam, I'm learning lot's off ,from ur videos
@isaac-victorshonowo1838
@isaac-victorshonowo1838 Жыл бұрын
Watched and Understood ❤
@krishnakumar-gu6oi
@krishnakumar-gu6oi 3 жыл бұрын
MY FIRST SIMPLE PROGRAM DONE
@maryannemuthoni5388
@maryannemuthoni5388 Жыл бұрын
Question 1: int a = 4; int b= 6; a>b && printf("Jenny") || printf("lectures") && printf("JK"); Answer is 1 or true Question 2: 1 && 7 is 1/True Question 3: -1 && 8 is 1/True
@yaswanthsirela1132
@yaswanthsirela1132 Ай бұрын
result 1 is 1 result 2 is 1 pls reply is correct or not mam
@_JAYASRIS-zt5zw
@_JAYASRIS-zt5zw 9 ай бұрын
Thanks a lot making this concept crystal clear
@Mr.Yaragonda
@Mr.Yaragonda 4 жыл бұрын
Thank❤🌹😊 you so much madam..... You are my best KZbin▶️ 👩‍🏫‍teacher
@sreekanthkurakula7271
@sreekanthkurakula7271 3 жыл бұрын
can u plz explain how to give first priority to logical AND for logical OR for selecting
@gmramkumar9536
@gmramkumar9536 3 жыл бұрын
Logical precedence : NOT > AND > OR
@LIGHT-fz8yu
@LIGHT-fz8yu 3 жыл бұрын
Thanks 🙏🙇 Now I get it correctly
@saideeplade
@saideeplade 2 ай бұрын
mam u are explained very well but where was practice topic wise ?
@chamarthykoushik204
@chamarthykoushik204 3 жыл бұрын
madam here b
@meghanakondeboina4808
@meghanakondeboina4808 2 жыл бұрын
1. Lectures Jk 1 2. Lectures Jk 1 Is it right?
@immanojgm
@immanojgm Жыл бұрын
What is the associativity for AND,OR,NOT and make sure what is precedence of these.
@jashankaur3726
@jashankaur3726 2 жыл бұрын
your learning mathod is so great mam 💙
@nooludhanasekhar05
@nooludhanasekhar05 Жыл бұрын
Mam you can do this javascript. Why Because is teaching very good contents. Any way no purchase for c language good achive my self
@Classy_Rajesh
@Classy_Rajesh 3 жыл бұрын
For && statement answer =1 For // statement answer =1
@RishiVaish-ym1nr
@RishiVaish-ym1nr 4 ай бұрын
Thank you so much, ma'am 🌟
@amnanadeem1282
@amnanadeem1282 2 жыл бұрын
Love your lectures ma'am
@SahasraMuthyam
@SahasraMuthyam 6 ай бұрын
We should consider and as multiplication as in case of logic gates
@ChanduChandu-rm7hf
@ChanduChandu-rm7hf Жыл бұрын
What if negative constants mam!
@rushikeshsanap1981
@rushikeshsanap1981 Жыл бұрын
Thank you ma'am Nice suit by the way
@dipeshkumar9786
@dipeshkumar9786 3 жыл бұрын
mam upper wale example mai 5 is less than 10 hai to wha falkse nhi true hoga n
@manjumv5218
@manjumv5218 2 жыл бұрын
mam at 19.02 ++ is having higher precedence than ll operator .so a++ is evaluated before ll ..value of ' a 'would be 11. Please check it..
@AashutoshKumar-h4w
@AashutoshKumar-h4w Ай бұрын
if we run In same program then Output for Result 1= 1and0 Result 2= 0and 0
@dhanmay1969
@dhanmay1969 4 жыл бұрын
Mam answer of Q1 = 1 && 1.. And of Q2 = 1 && 0....
@klektech6126
@klektech6126 2 жыл бұрын
For Logical Expression-1 Result =1 a=0 b=7 For Logical Expression-2 Result =0 a=0 b=6
@hirenkumarv.ajudiya7534
@hirenkumarv.ajudiya7534 2 жыл бұрын
Ma'am... Please Correct At 4:57
@raunakraj3746
@raunakraj3746 Жыл бұрын
result1=1 result2=1 You're a life saver ma'am.✌✌✌✌ thanks, ma'am, for this wonderful lecture!
@mainshashaik5097
@mainshashaik5097 2 жыл бұрын
Ascii value of< is 60, > is 62 the comparision of '' = 0
@SadhanaSharma
@SadhanaSharma 3 жыл бұрын
19:42 ma'am but first we should evaluate a++ na because it's precedence is higher than relational operator
@kumarabhishek2901
@kumarabhishek2901 3 жыл бұрын
💯 post increment or decrement having least priority than assignment operator
@De-CODE7
@De-CODE7 3 жыл бұрын
@@kumarabhishek2901 what do you mean by this post++ and -- , is a type of assignment operator bro. you should compare it with relational operator
@ShyamSundar-xd4lb
@ShyamSundar-xd4lb 2 жыл бұрын
Paranthesis () have highest priority of all
@gautamshakya973
@gautamshakya973 Жыл бұрын
int main() { int a=5,b=7,result; result= aa && printf("!!")&& printf("true "); printf("%d",result); } Hello mam!! I get output of this code is 1, so why doesn’t and operator is evaluated first according to precedence as you said!! In my analysis OR operator is evaluating first according left to right
@Prasanna-im1zy
@Prasanna-im1zy Жыл бұрын
Did u get the answer even I am getting output as 1 By the way it should be !!true 1 Ryt??
@gautamshakya973
@gautamshakya973 Жыл бұрын
@@Prasanna-im1zy still couldn't get through of this😰😰
@arshkhan44
@arshkhan44 9 ай бұрын
The output of the last homework in a correct way :- #include int main() { int a=1,b=6; int result1=a-- && ++b; printf("Values becomes in result1 : "); printf("A = %d B = %d ",a,b); printf("The result1 is : %d ",result1); int result2 = --a && ++b; printf("Values becomes in result2 : "); printf("A = %d B = %d ",a,b); printf("The result2 is : %d ",result2); return 0; } OUTOUT : Values becomes in result1 : A = 0 B = 7 The result1 is : 1 Values becomes in result2 : A = -1 B = 8 The result2 is : 1
@shireesha511
@shireesha511 5 ай бұрын
0 && 7 becomes 0 ...so result 1is = 0
@shireesha511
@shireesha511 5 ай бұрын
Can u please tell me how in result 2 A = -1
@bharathivlogs1306
@bharathivlogs1306 2 жыл бұрын
Both answers came false for me is it correct mam??
@sandeepkaleshriya
@sandeepkaleshriya 3 жыл бұрын
Ma 'am 1st example me b
@sreenithisundarraj9021
@sreenithisundarraj9021 2 жыл бұрын
Mam ,for me ,you are god🙏
@bajrangjangid7051
@bajrangjangid7051 3 жыл бұрын
What would be the associativity for logical operators...? Here less than operators must be seen before any == operators right?
@anandiam334
@anandiam334 4 жыл бұрын
Love Jenny so much❤️❤️
@krupa1963
@krupa1963 4 жыл бұрын
Output for Expression 1 : lectures jk 1 Expression 2 : lectures 1
@bommanareddaiah3950
@bommanareddaiah3950 4 жыл бұрын
Mam say full python language how to write sourcecode in python language in any concept
@wahabolayinka2246
@wahabolayinka2246 Жыл бұрын
Thanks for the videos
@vanshsindhu8559
@vanshsindhu8559 4 жыл бұрын
Ma'am aap Coding train channel jese Coding kro..... Like when you see it.. Then like laptop.... May be some coding challenge... Plz reply if u don't get it.... Thanks ma'am By the way I am from Haryana
@tps8470
@tps8470 2 жыл бұрын
Thanks a Lot Mam
@lokendrasinghrathore981
@lokendrasinghrathore981 2 жыл бұрын
Bracket is higher precedence to unary
@poornimab8877
@poornimab8877 2 жыл бұрын
Really super ma'am
@handekarilingojivarasaikri782
@handekarilingojivarasaikri782 3 жыл бұрын
Result of a-- && ++b = 1 And a = 0, b = 7 Result of --a && ++b = 0 And a = 0, b = 6.....
@suchithpk4844
@suchithpk4844 3 жыл бұрын
Bro hw u did can u explain plz
@handekarilingojivarasaikri782
@handekarilingojivarasaikri782 3 жыл бұрын
@@suchithpk4844 In 1st one it is first assigned then decremented (a--) and reverse in the case of b++.. This means -1 && 7 is the expression. Expect 0 all are true values..So it will be 1.. In 2nd case --a it's first decremented then execution takes place. So 0 && ++b = 0 If in && first expersion in false then it will not evaluate the second expersion. And a= 0, b= 6.. Whereas in 1st case it is true for first expersion. So a = 0, b = 7 I hope you got it...
@sayansaha5326
@sayansaha5326 3 жыл бұрын
Result 1 is 1 Result 2 is 0 But when I do it in compiler then my answer is 1 and 1 ,, what is my mistake mam plz tell me
@sayansaha5326
@sayansaha5326 3 жыл бұрын
I think that ( - 1) means 1 in logical And Operator .
@moubeothniel843
@moubeothniel843 2 жыл бұрын
Int a= 1 result = a- - && ++b answer is 1 Int b = 6 result = - -a && ++b answer is 0
C_18 Operators in C - Part 6 | Bitwise Operators |  C Programming Tutorials
15:21
Jenny's Lectures CS IT
Рет қаралды 471 М.
C_16 Operators in C - Part 4  |  C Programming Tutorials
20:32
Jenny's Lectures CS IT
Рет қаралды 268 М.
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
Logical Operators in Python
15:12
Neso Academy
Рет қаралды 38 М.
Logical Operators in C Programming Language Video Tutorial
4:58
LearningLad
Рет қаралды 180 М.
C_21 Operators Precedence and Associativity in C | C programming Tutorials
11:29
Jenny's Lectures CS IT
Рет қаралды 336 М.
Every Minute One Person Is Eliminated
34:46
MrBeast
Рет қаралды 47 МЛН
C_19 Operators in C - Part 7 (Bitwise Operators-II) |  C Programming Tutorials
18:20
C AND logical operator &&
3:36
Bro Code
Рет қаралды 30 М.
Lecture 1: Introduction to CS and Programming Using Python
1:03:30
MIT OpenCourseWare
Рет қаралды 1 МЛН