C_16 Operators in C - Part 4 | C Programming Tutorials

  Рет қаралды 253,305

Jenny's Lectures CS IT

Jenny's Lectures CS IT

Күн бұрын

Пікірлер: 489
@shreyabiswas7313
@shreyabiswas7313 3 жыл бұрын
Mam the ans is 1 0 ! = 1 So the ans will be 1 And thank you mam. You're the best 🥺❤
@hacky_adtechvlog6987
@hacky_adtechvlog6987 3 жыл бұрын
Is it last question ans?
@HariRam-ik8xz
@HariRam-ik8xz 3 жыл бұрын
@@hacky_adtechvlog6987 Yeah bro
@Marathistreamerlive
@Marathistreamerlive 3 жыл бұрын
Maine ye program dalke dekhe lekin run hi nahi ho rahe
@aadixya
@aadixya 3 жыл бұрын
@@Marathistreamerlive i dont know if u got it rn But just incase #include #include void main() { int a=0,b=1; printf("%d", a!=b); getch(); }
@revanthadaboina2055
@revanthadaboina2055 2 жыл бұрын
Its true...
@balkrishnabane1392
@balkrishnabane1392 2 жыл бұрын
a=18, b=10, c=9, d=10, e=10 a+c==b>=e=e
@codewithcliffton7711
@codewithcliffton7711 2 жыл бұрын
Thanks brother ☺️ I got confused first
@paulsudhagar5944
@paulsudhagar5944 2 жыл бұрын
thnaks bro
@shashikalayk4491
@shashikalayk4491 Жыл бұрын
Printf("%d ",'c'
@074_cse_rohankarthikeyans6
@074_cse_rohankarthikeyans6 6 ай бұрын
@@shashikalayk4491 Its taking ascii values.Each character has some value and we are comparing those values with the integer
@AdhithyaVShenoyAdhithyaVShenoy
@AdhithyaVShenoyAdhithyaVShenoy 3 ай бұрын
Thanks man❤
@shwethanagaroor8949
@shwethanagaroor8949 3 жыл бұрын
Tq for u r efforts mam... BSc complited.. Just for passing out I learned cs. After coming out of the clg... I came out with empty head n with gataduation certificate 😂. But now, am heartfully saying.. Now am learning c up to my level best. And tqq soo much fr not using hindi mam....A single word I can't understand in Hindi language... Plzzz continue in English only ❤️🙏🙏🙏. From u r beloved student
@LIGHT-fz8yu
@LIGHT-fz8yu 3 жыл бұрын
Code with harry explains very well and in deep and with instant practical but it's in hindi
@aazamkhan6601
@aazamkhan6601 3 жыл бұрын
Code with Harry is only for Hindi people, but JKL ma'am has students from everywhere. dude read his comment, he's saying he does not understand Hindi.
@anvigurjar6791
@anvigurjar6791 2 жыл бұрын
0 ! =1.. so output is 1 or true nd thnx a lot ma'am.
@snmonika7183
@snmonika7183 2 жыл бұрын
Yes👍👍
@Bherunathbhkat
@Bherunathbhkat Жыл бұрын
Pura solution bta skte h kese hua
@vipuljamod4119
@vipuljamod4119 Жыл бұрын
​@@Bherunathbhkat b>=e is true... Therefore a+c==1< c+d !=1 1
@vipuljamod4119
@vipuljamod4119 Жыл бұрын
This type questions depends on priority which is seen in this lecture....,
@vaishu4520
@vaishu4520 Жыл бұрын
​@@vipuljamod4119a+c==1 !=1 a+c==0 know as 1 is not equal to 1 is false know So a+c==0 answer would be 0 know ppz help me
@tusharpaul5757
@tusharpaul5757 Жыл бұрын
answer to assignment: a+c==b>=e=10
@lavanyam3956
@lavanyam3956 2 жыл бұрын
mam the ans is 1.because 0!=1.Mam your way of teaching is really good.Thank you mam
@kannapi5556
@kannapi5556 Жыл бұрын
Last "take care" and that smile hits different 😫🤌💖 Thankyou mam nice class❤❤❤
@mammansanniumar3354
@mammansanniumar3354 Жыл бұрын
U re gifted Ma... U re making C programming so easy and enjoyable
@meghanakondeboina4808
@meghanakondeboina4808 Жыл бұрын
'+' =='+' o/p is 1 '' o/p is 0 The askii value of plus sign is 43 The askii value of lessthan symbol is 74 The askii value of greater than symbol is 76 And thanx a lot mam U r explaining everything in a simple manner Thank u so much🙂
@MounikaKothamasu-m7j
@MounikaKothamasu-m7j Жыл бұрын
How u know askii values
@meghanakondeboina4808
@meghanakondeboina4808 Жыл бұрын
@@MounikaKothamasu-m7j google it
@dipteshsahoo744
@dipteshsahoo744 Жыл бұрын
27==1!=1 0=!1 1 this is the ans of last question thank you mam❤❤
@chandnijaiswal9751
@chandnijaiswal9751 3 жыл бұрын
Maam the answer 1. And thank you ☺️
@LIGHT-fz8yu
@LIGHT-fz8yu 3 жыл бұрын
Thanks now I understand these operators actually I am doing c course from code with harry but i wont understood these Operators so camed here Nicely explained :)
@voiceofown
@voiceofown 3 жыл бұрын
I am from home 😁 I like your way of teaching, and I will definitely share your lectures
@deerghaneja1217
@deerghaneja1217 3 жыл бұрын
I'm getting in love with this subject cause of u💥💥♥️...keep rocking
@sandeepbudha7151
@sandeepbudha7151 3 жыл бұрын
What a fabulous teaching I'm from Andhra Pradesh I didn't find teacher like u in my state
@SaiAravindKumar-xc5dr
@SaiAravindKumar-xc5dr 4 ай бұрын
#include int main() { int a=18,b=9,c,d,e=10; c=b++; d=b; printf("%d",a+b==b>e
@VIVEKKUMAR-ux5qf
@VIVEKKUMAR-ux5qf 2 жыл бұрын
Output is 1 because 0 ! = 1 thanks ma'am 🙏😊
@VidyashreeGowda-d2m
@VidyashreeGowda-d2m 2 ай бұрын
Ans:1,Thank u mam u r the best😍
@shankartodkar4265
@shankartodkar4265 2 жыл бұрын
mam really u saves our tution fees ...... awesome teaching way thank you so much
@hacky_adtechvlog6987
@hacky_adtechvlog6987 3 жыл бұрын
Mem your teaching style is too awesom mem i suggest to you mem when you are talking about little little thing like sky value and something like word as a bigner we can't understand these words so mem 🙏 please i humble request to you mem can uh make small small video for us for little little things. and thanks so much dear mem. We are always supporting uh mem🥰
@AliHamza-g8j8k
@AliHamza-g8j8k 10 ай бұрын
0 is the answer Ma'am of the question a+c==b>=e
@Vikaskumareng
@Vikaskumareng 4 ай бұрын
My assignment answer with explain First I consider \= According to b>=e this is true=1 1
@yogarathinampadmavathi3125
@yogarathinampadmavathi3125 Жыл бұрын
Mam I'm a biology student now I'm doing my medical course but too I'm interested in Programming in C when I see your class eventhough I'm a biology student i can understand this C like my biology subject mam TQ for your super teaching go ahead mam we always support you ❤❤❤❤❤❤❤❤❤❤
@THETHIRDEYEjoji
@THETHIRDEYEjoji Жыл бұрын
Output is 1... I am so happy I am now becoming a C guru
@rutujavaidya938
@rutujavaidya938 3 жыл бұрын
Ma'am your efforts are awesome thanks for lectures 😊
@a-02sagarjadhav53
@a-02sagarjadhav53 3 жыл бұрын
Yes mam...🙏
@IT__HarshMishra
@IT__HarshMishra 3 жыл бұрын
yes mam\
@beingbme9195
@beingbme9195 Жыл бұрын
0! =1 condition true and output 1...thank you so much mam.....
@vijayjain79
@vijayjain79 3 жыл бұрын
The answer of the last problem you assigned us for home work is = 0 Means it will give answer zero...because this expression is having false final value...
@telugufactsbadi1491
@telugufactsbadi1491 3 жыл бұрын
No answer is 1
@vasurihan2865
@vasurihan2865 2 жыл бұрын
ans is 1 a+c==b>=e
@piyamankar1898
@piyamankar1898 3 жыл бұрын
Answer is 1 ..True
@aumprakashdas7223
@aumprakashdas7223 3 жыл бұрын
Mam ans 0! ==1
@safetyfirst8298
@safetyfirst8298 11 ай бұрын
Am thankful teacher,,from kenya ,,you are shaping my career!
@aiswaryadwarampudi7963
@aiswaryadwarampudi7963 2 жыл бұрын
Ascii value < is 60 > is 62 60>62=0(false)
@susmithakondepudi8986
@susmithakondepudi8986 3 жыл бұрын
Mam ans is 1
@Bakriallhashimi
@Bakriallhashimi 2 ай бұрын
the answer is true which is 1.Thank u for the tutorials
@shikhabadhan6338
@shikhabadhan6338 3 жыл бұрын
Hey Jenny di you teaching methods are superb! I am doing computer applications so can u please make a lecture of structures and unions. 😃
@hasnainmemon8120
@hasnainmemon8120 Жыл бұрын
Mam the answer is 1. I had a dry run myself, then confirmed on pc.
@reddy67438
@reddy67438 3 жыл бұрын
Mam plz give notes for every topic! Then it will be easy to understand/remember!
@katamabhishek8844
@katamabhishek8844 3 жыл бұрын
Yes,mam I asking in very video when u upload but u did share notes, kindly iam requesting u pls send notes it so, helpful for us.......and good explanation I learn so ,many topics by seeing ur videos
@khushbooagarwal5475
@khushbooagarwal5475 3 жыл бұрын
Mam 0!=1 Condition is true . So ans will be 1
@durgfestivalvibes
@durgfestivalvibes 3 жыл бұрын
Thankyou mam... You are consistent and that's really difficult to do.
@nareshgajjelly2680
@nareshgajjelly2680 3 жыл бұрын
Ans : 1
@098-che-tanmoypatra6
@098-che-tanmoypatra6 2 жыл бұрын
The ASCII value of '' is 62 , so, 60 less than 62 so, printf("%d', '') returns false value and the output is 0.
@thotasubbarao5874
@thotasubbarao5874 2 жыл бұрын
only one format specifier ,how can we get (,> ) three charaters
@amarlad6414
@amarlad6414 Жыл бұрын
Thanks
@raksha-e2l
@raksha-e2l Жыл бұрын
ma'am you are the best, your are like my elder sister🥰🥰🥰🥰! 1 is the answer of last given expression!!!
@Vardanaggarwal
@Vardanaggarwal 2 жыл бұрын
answer is 1 after solving 27== 1!=1 0!=1 then final output is 1
@atharvakewate3600
@atharvakewate3600 3 жыл бұрын
Mam ans is 0. ! =1 output : 0
@salim_99
@salim_99 3 жыл бұрын
thankyou ma'am for making full playlist for C. your method of explanation is outstanding
@mohankasi-dy7jb
@mohankasi-dy7jb Жыл бұрын
0! =1 answer is 1 mam
@neerajyadav8522
@neerajyadav8522 2 жыл бұрын
Printf("neeraj") >a; What will be output O/p. Is neeraj 1 Why ?
@saiganeshkoti
@saiganeshkoti 3 жыл бұрын
Ans is 1 mam
@bhaveshbhardwaj2799
@bhaveshbhardwaj2799 3 жыл бұрын
And congratulation for completing 300k subscriber....
@vandanapushashank7340
@vandanapushashank7340 2 жыл бұрын
answer is 1. thank u mam
@Piano325
@Piano325 16 күн бұрын
19:00 the answer of the expression is 1.
@handekarilingojivarasaikri782
@handekarilingojivarasaikri782 3 жыл бұрын
Output: 1
@aumprakashdas7223
@aumprakashdas7223 3 жыл бұрын
Mam ans is 0
@shrinivassonune1465
@shrinivassonune1465 2 жыл бұрын
Output is 1 (O!=1)
@nikhithavoonna5133
@nikhithavoonna5133 3 жыл бұрын
Hence answer for assignment expression is 1
@mwatelaswalehe1506
@mwatelaswalehe1506 2 жыл бұрын
Thanks madam for your lecture may God bless you with more knowledge.... You're really a good teacher
@cutiegeethanjali8739
@cutiegeethanjali8739 2 жыл бұрын
Mam the answer is 1 am a right🙂
@travellerutkarsh4964
@travellerutkarsh4964 3 жыл бұрын
ans is 1 thank u so much mam got it
@tps8470
@tps8470 2 жыл бұрын
Thanks a lot mam
@aniketghodke8531
@aniketghodke8531 Жыл бұрын
The expression '' in C is comparing character literals. In C, characters are represented by their ASCII values. '' has an ASCII value of 62. So, the expression can be rewritten as 60 > 62, which is clearly false. In C, boolean expressions that are false typically evaluate to 0, so the output of the expression '' would be 0, indicating that the comparison is false
@YashSharma-br5uh
@YashSharma-br5uh 5 ай бұрын
ANSWER IS TRUE(1) ;
@asimsk7841
@asimsk7841 3 жыл бұрын
'' ASCII value is 62 So '' the Expression is False means 0
@rupsharoy7424
@rupsharoy7424 2 жыл бұрын
Hey can u tell me the how u write this program
@prasunachandrika...6999
@prasunachandrika...6999 2 жыл бұрын
@@rupsharoy7424 #include int main() { char a=''; printf("%d",''); return 0; }
@asimsk7841
@asimsk7841 2 жыл бұрын
@@rupsharoy7424 Are You get answer or not?
@asimsk7841
@asimsk7841 2 жыл бұрын
Because I replying you after 2 months thats why i ask
@farooqp1370
@farooqp1370 3 жыл бұрын
Ma'am you are doing great work and working very hard to help students...Thank you ma'am
@mohammedsahilkhan2195
@mohammedsahilkhan2195 3 жыл бұрын
Mam at 21:28 Ans 1
@nandinihasabi4710
@nandinihasabi4710 Жыл бұрын
Answer is 1 true ma'am
@deepnarayan123
@deepnarayan123 3 жыл бұрын
Ans is 0
@kumaravel1301
@kumaravel1301 3 жыл бұрын
Output=1
@pjcreative1169
@pjcreative1169 Жыл бұрын
27==10>=10=10 output 1 Next we compared output value 1 and
@judymuroki8869
@judymuroki8869 Жыл бұрын
The answer is 1, meaning true.
@vanshikagarg7586
@vanshikagarg7586 Жыл бұрын
Ans is 1 or true mam .
@ramureddy73
@ramureddy73 3 жыл бұрын
The output is 1 mam
@sadhamhussain1694
@sadhamhussain1694 11 ай бұрын
Mam the ans for last question is 1
@siddiquiadnan92
@siddiquiadnan92 3 жыл бұрын
>> >>> In dono ka use btaiye Int a=5; Printf("%d %c % x",a a a); Ans?
@siddiquiadnan92
@siddiquiadnan92 3 жыл бұрын
@@SadmanSakib2001 int a=042; Printf("%d", a): Aur ye
@siddiquiadnan92
@siddiquiadnan92 3 жыл бұрын
@@SadmanSakib2001 computer binary no jaise 101000 Ko decimal me 40 kaise print krta hai ham to 1 ki weight nikalke add kr diye xpu add me liye adder use krta hai binary me Fir ye result decimal me kaise
@siddiquiadnan92
@siddiquiadnan92 3 жыл бұрын
@@SadmanSakib2001 no. I know conversion Read carefully what I have written If cpu generate a binary no suppose 101000 in decimal we can calculate it's 40 but how computer will do this bcoz computer understand only 0 1
@siddiquiadnan92
@siddiquiadnan92 3 жыл бұрын
@@SadmanSakib2001 yes See an example 111. We know to add weight. 4+2+1 =7 Can computer read and write other than 0 1 No that's why we use adder circuit So which part does this
@siddiquiadnan92
@siddiquiadnan92 3 жыл бұрын
@@SadmanSakib2001 yes there is another trick too called bcd to easily show decimal 0 to 9
@anishmisra8196
@anishmisra8196 3 жыл бұрын
Thanks Ma'am 🙏 Answer to the assignment is 1
@umar1099
@umar1099 Жыл бұрын
Mashallah excellent explanation mam👏🏾👏🏾👏🏾👏🏾👏🏾👏🏾👏🏾👏🏾
@sumitjangra5337
@sumitjangra5337 2 жыл бұрын
Mam answer for the assignment question is 0.
@tulas11
@tulas11 Жыл бұрын
Kudos to your efforts Jenny!
@ashishxsoni
@ashishxsoni Жыл бұрын
Very important lecture
@blackdog365
@blackdog365 3 жыл бұрын
Output for u r assignment is 0! =1 1
@SantoshKumar-nz2no
@SantoshKumar-nz2no 3 жыл бұрын
Ans 1
@Rishabh11_12
@Rishabh11_12 2 жыл бұрын
thankyu so much mam for your nicely explanation . it helps me a lot to understand C language . mam please make a tutorial on python if its possible
@orsusanthosh5230
@orsusanthosh5230 4 ай бұрын
mam answer is 1 [true]
@Rahul-gm4pv
@Rahul-gm4pv 2 жыл бұрын
really,ONE of the best teacher thank u mam.
@Mr.Yaragonda
@Mr.Yaragonda 3 жыл бұрын
Thank you❤🌹🌹 so much madam👩 for your efforts
@SadhanaSharma
@SadhanaSharma 3 жыл бұрын
20:31 answer is 1
@naveensannena669
@naveensannena669 Жыл бұрын
Since 0! 1 hence ans =1
@siddhrajsinhsolanki2893
@siddhrajsinhsolanki2893 3 жыл бұрын
HOPE U WILL REPLY !!! Hi Jenny Some words for u A Perfect Mentor (Who know How to teach and understand the conditions of students as u are "Engineer" ) Two different Questions from my side to you :- 1.Can u pls tell when u will start python series. 2. If I don't want to learn any programming language and want to go in networking tell me scope and can u teach networking. 3. If paid lecture I am ready.
@ayushsaxena1893
@ayushsaxena1893 3 жыл бұрын
❤️Mam your English is very good Plz mam I grant request for you You made a some tips How I speak in english 🙏🙏
@devadharshinis525
@devadharshinis525 3 жыл бұрын
try to read english newspapers, learn new vocabulary daily (5 atleast), read books through audiobooks and try to understand them..speak in english to people as much as possible dear.
@shraddhashinde2498
@shraddhashinde2498 3 жыл бұрын
20:37 Output is 1
@jothishvj17
@jothishvj17 3 жыл бұрын
Same answer🙌
@shamsuddinmulla893
@shamsuddinmulla893 3 жыл бұрын
Same
@akhilpawar4494
@akhilpawar4494 Жыл бұрын
nice teaching
@seenusunny981
@seenusunny981 2 жыл бұрын
"1",is the output mam.
@jackbhai-j8u
@jackbhai-j8u Жыл бұрын
Mam output for the last question is 1
@nitish2001nb
@nitish2001nb 3 жыл бұрын
mam i have completed all 16 lectures
@001aariffarooqbhat7
@001aariffarooqbhat7 3 жыл бұрын
Ma am.. a+c==b>=e
@thusharc.m7068
@thusharc.m7068 2 жыл бұрын
Mam,ans is 1
@RohitKumar-dy2gc
@RohitKumar-dy2gc 3 жыл бұрын
yes ,Now I understand the logic.
@Software_engineer1-c4q
@Software_engineer1-c4q 3 ай бұрын
Answer: - 1 😊
@harrynudurupati4715
@harrynudurupati4715 Жыл бұрын
Mam for '' is false mam means 0 Am i correct mam? Ascii for < is -22475. Ascii for > is -22477 I think these values mam
@kakhil1843
@kakhil1843 Жыл бұрын
i love you for ur teaching
@suosatyanarayanjaganathan4702
@suosatyanarayanjaganathan4702 3 жыл бұрын
Answer to the question is 1.
@shahofficial6710
@shahofficial6710 3 жыл бұрын
I from Pakistan I like ur teaching method
C_17 Operators in C - Part 5 (Logical Operators) |  C Programming Tutorials
20:51
Jenny's Lectures CS IT
Рет қаралды 246 М.
C_18 Operators in C - Part 6 | Bitwise Operators |  C Programming Tutorials
15:21
Jenny's Lectures CS IT
Рет қаралды 441 М.
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18
Não sabe esconder Comida
00:20
DUDU e CAROL
Рет қаралды 59 МЛН
C_23 Formatted Input Functions in C Language || C Programming
19:16
Jenny's Lectures CS IT
Рет қаралды 262 М.
C_15 Operators in C - Part 3  |  C Programming Tutorials
12:03
Jenny's Lectures CS IT
Рет қаралды 257 М.
C_21 Operators Precedence and Associativity in C | C programming Tutorials
11:29
Jenny's Lectures CS IT
Рет қаралды 312 М.
Python Classes and Objects - OOP for Beginners
8:01
Python Simplified
Рет қаралды 562 М.
C_30 else if ladder in C | C Programming Tutorials
13:53
Jenny's Lectures CS IT
Рет қаралды 179 М.
C_20 Operators in C - Part 8 | Comma Operator |  C Programming Tutorials
18:27
Jenny's Lectures CS IT
Рет қаралды 195 М.
String In Char Array VS. Pointer To String Literal | C Programming Tutorial
9:58
Bitwise operator | C Technical Interview Questions | Mr. Ramana
17:23
Naresh i Technologies
Рет қаралды 57 М.
C_35 Properties of For loop in C | C Programming Tutorials
26:58
Jenny's Lectures CS IT
Рет қаралды 244 М.