Increment and Decrement Operators in C (Part 1)

  Рет қаралды 425,539

Neso Academy

Neso Academy

Күн бұрын

Пікірлер: 185
@viveknirmal4811
@viveknirmal4811 5 жыл бұрын
BEAUTIFUL VOICE WITH AMAZING EXPLANATION
@hosmjrshinh2675
@hosmjrshinh2675 4 жыл бұрын
This series is like Netflix to me..
@004_it_ajay_veerabaghut5
@004_it_ajay_veerabaghut5 4 жыл бұрын
Knowledge series👨‍🎓👨‍🎓
@dineshsingha7519
@dineshsingha7519 4 жыл бұрын
Absolutely bro
@sukanyasaha6970
@sukanyasaha6970 3 жыл бұрын
So true ❤️
@ashishmalik7137
@ashishmalik7137 2 жыл бұрын
True
@kayasaxena2690
@kayasaxena2690 2 жыл бұрын
Exactly yrrr ...
@siddhantdash4955
@siddhantdash4955 5 жыл бұрын
i wish i knew about your course during my college times. Really in-depth and detailed videos.. thnks!!
@anveshatagore542
@anveshatagore542 4 жыл бұрын
Yes bro u are right.. If i would have foun this videos during my college days or atleast after my graduation i would hav been a good engineer and successful in my life.
@sandippramanik5733
@sandippramanik5733 3 жыл бұрын
Really true!
@dhruvsadana7774
@dhruvsadana7774 3 жыл бұрын
@@anveshatagore542 zzzzz
@samikshakharat4955
@samikshakharat4955 3 жыл бұрын
I am lucky 😌😌😌😌🤣
@jasminjasu3140
@jasminjasu3140 2 жыл бұрын
I'm lucky
@m.irshad7082
@m.irshad7082 3 жыл бұрын
Wanted to brush up my C concepts during this lockdown. I looked into many videos but urs is fantastic, got to know many new things. I really appreciate your contribution to open source 😍😍
@kehindefabiyi2232
@kehindefabiyi2232 Жыл бұрын
You make programming easier and more interesting than others. I almost quitted! Thank God I found you when the ovation was at the loudest point. What a fun way to learn programming. My only problem is that your videos make me not to sleep again. I am obsessed with them.
@jasminjasu3140
@jasminjasu3140 2 жыл бұрын
Thank you soooooooo much. You are helping so many students like me who are paying lakhs of fees and experiencing worst lectures in college🎓. You are the real teacher👩‍🏫‍.
@letscode5367
@letscode5367 6 жыл бұрын
What an explanation sir 💙. I am addicted to this course 👌👍
@chandusai3064
@chandusai3064 3 жыл бұрын
Clear and crystal explanation .Thanks to Neso Academy
@ShreyaskarART
@ShreyaskarART 4 жыл бұрын
Such clear explanation of every thing. Thank you so much sir. I saw many lectures, but I found your playlist as the most accurate.
@devvardhansinghchauhan1656
@devvardhansinghchauhan1656 Ай бұрын
best explanation for the required topic in entire you tube!!
@techzsm1840
@techzsm1840 2 жыл бұрын
This series literally turned into Netflix to me! Just can't stop watching this!
@johnbode5528
@johnbode5528 4 жыл бұрын
The behavior of x = ++a is not described correctly. It is not guaranteed that a is updated _immediately_ upon evaluation. The actual behavior is more like this: tmp = a + 1 x = tmp a = a + 1 except that the order in which x and a are updated isn't fixed (the operations are _unsequenced_ relative to each other; they could even be updated simultaneously). Similarly, the behavior of x = a++ is more like tmp = a x = tmp a = a + 1 with the same sequencing caveat as above. The side effect is not guaranteed to be applied until the next sequence point; this is part of the reason why the behavior of expressions like "a++ + ++a" is _undefined_ - there is no sequence point between a++ and ++a, so the result isn't predictable. Another minor nit, the C language definition only refers to the prefix forms of ++ and -- as _unary_ operators (they're grouped with the indirection *, address-of &, sizeof, and sign operators + and -), while the postfix forms are grouped with the other _postfix_ operators (function call (), subscript [], member selection . and ->). Unary operators have lower precedence than postfix operators, so an expression like "++a[i]" is parsed as "++(a[i])" and "*x++" is parsed as "*(x++)".
@Rohit_Sawant_
@Rohit_Sawant_ 2 ай бұрын
There cannot be a best and easy explanation of this sir kudos to u 💯
@baronkalita2897
@baronkalita2897 6 жыл бұрын
best explanationi have ever watched,thank you so much sir
@FeeqAzmir
@FeeqAzmir 2 жыл бұрын
This is by far the easiest method to solve increment decrement operations. tbh i am having troubles on this particular topic because it is confusing with the change of values. But when you explain the box method, i understand the concept much better now! Thank u mr Indian guy. Always a saviour to programmers
@thompho5657
@thompho5657 Жыл бұрын
I am currently preparing for my embedded system course for next semester, I think I am going to enjoy it🥰Thank you so much!
@Ayush37262
@Ayush37262 3 жыл бұрын
You are a incredible teacher! A very big thanks to you sir!!!
@vmtejaswini4351
@vmtejaswini4351 3 жыл бұрын
i have finally understood this concept after 5 years. tq very much. gr8 work and amazing content.
@rangrezuzma9853
@rangrezuzma9853 4 жыл бұрын
Amazing Explaination sir ...you are great teacher I like your teaching ....thank you for giving your valuable knowledge
@dipeshadhikari7999
@dipeshadhikari7999 3 жыл бұрын
Sir your videos are really helpful for basic programmers
@bingyang7571
@bingyang7571 3 жыл бұрын
You explained better than my lecturer! Thank you so much!
@Kavithomas_Engineer
@Kavithomas_Engineer 6 жыл бұрын
I Understand the difference b/w pre and post.....Thank you ji
@snehanaik406
@snehanaik406 9 ай бұрын
Loving it....
@lonewolf16916
@lonewolf16916 4 жыл бұрын
Thank you soo much for the detailed videos !! 🙏🏻🙏🏻
@mdghufranalam7369
@mdghufranalam7369 3 жыл бұрын
best explanationi have ever watched,thank you so much sir❤
@dineshsingha7519
@dineshsingha7519 4 жыл бұрын
World best teacher I just love neso academy
@rahulvibes162
@rahulvibes162 4 жыл бұрын
brother you really nail pre and post increment thanks a lot
@derickjohn8323
@derickjohn8323 2 жыл бұрын
the subtitles were athing to me .❤❤❤❤
@vikasbansal4180
@vikasbansal4180 2 жыл бұрын
Now, it makes the concept crystal clear.
@mauryaashish1865
@mauryaashish1865 4 жыл бұрын
Well I am in second year now! Kaash ki ye cahannel first year me mil jata! Well abhi mila, is ok😊
@yashashreemehare1488
@yashashreemehare1488 Жыл бұрын
One the best series on the KZbin... Thank you !!
@navneet_kishan
@navneet_kishan 6 жыл бұрын
best explanation for lvalue nd rvalue
@sachindeora2143
@sachindeora2143 4 жыл бұрын
very nice explaination!!!!!!!!!!!!! i am able to clear my doubt. thanku
@VivekMallaReddy
@VivekMallaReddy 10 ай бұрын
Super explanation.. Wonderful...👍👌👌
@xonexgamerz7459
@xonexgamerz7459 3 жыл бұрын
Thank you sir mujhe class me samjh nhi aaya tha your video is great sir 👍
@nidhiyadav4444
@nidhiyadav4444 4 жыл бұрын
Sir thanku so much for a great work you are doing for us.
@ileshdhall
@ileshdhall Жыл бұрын
Thank you so much sir, I've always faced issue in pre/post increment and decrement flow but you really explained really well. (PS: Studying one night before my end sems and as the videos are completing my confidence is rising as well)
@sarahq8128
@sarahq8128 2 жыл бұрын
Very well explained! Thank you
@MilliamKirahmuyawa-kk2lj
@MilliamKirahmuyawa-kk2lj Жыл бұрын
I love this❤. understanding it clearly
@hariswaruparya373
@hariswaruparya373 4 жыл бұрын
Best explanation With better understanding
@dennyage4791
@dennyage4791 3 жыл бұрын
Best tutorial on c in earth
@I_am_smooth_as_butter
@I_am_smooth_as_butter 5 жыл бұрын
Nice content please keep it up...nd thank you so much for u r videos it always helps a lot 💕
@Kaivalya-c8h
@Kaivalya-c8h Жыл бұрын
before i watch this video i am mad about this concept and after watching this i am perfect in this concept. thanku soooo much
@nickoemmanuelvillacruz3090
@nickoemmanuelvillacruz3090 4 жыл бұрын
Thank you for clearing my confusion
@bts_world8259
@bts_world8259 3 жыл бұрын
Finally I understood pre increment and post increment.. 😓 thank you for the video
@hhcdghjjgsdrt235
@hhcdghjjgsdrt235 2 жыл бұрын
BTS ❤
@aishamudathir7847
@aishamudathir7847 3 жыл бұрын
love your videos
@randomness2216
@randomness2216 2 жыл бұрын
Absolutely insane 🔥
@jamaludeen2947
@jamaludeen2947 3 жыл бұрын
The deep explain best teacher great 👍🏻 bro
@Akashprustyvlog
@Akashprustyvlog 2 жыл бұрын
it is very helpful for cse student
@jagannathsahoo6520
@jagannathsahoo6520 2 жыл бұрын
Thanks a lot❤ sir for your mind blowing explanation
@SatyaGarlapati-id9kg
@SatyaGarlapati-id9kg 8 ай бұрын
Very good lecture sir❤
@kamyagupta4030
@kamyagupta4030 2 жыл бұрын
thank you ❤️
@farhanislam3707
@farhanislam3707 6 жыл бұрын
EXCELLENT EXPLAINED LOVE U BROTHER
@kornmc
@kornmc 2 жыл бұрын
really perfect course REALLYYYY!!!!
@TharushiFernando-fv8bq
@TharushiFernando-fv8bq 6 ай бұрын
wow nice teacher😍
@rafiyatabasum378
@rafiyatabasum378 3 жыл бұрын
Excellent explaination bro. Hats off.
@taradean.
@taradean. 2 жыл бұрын
hats off to you sir
@parthdandawate7245
@parthdandawate7245 3 жыл бұрын
Amazing hatts off explaination
@bhoomikashetty3969
@bhoomikashetty3969 3 жыл бұрын
Your new follower 👍👍👍
@heyrishabh13
@heyrishabh13 5 жыл бұрын
Thanking so much sir for making me understand pre and post concept.
@jk7pubg12
@jk7pubg12 4 жыл бұрын
How old are u
@anilakokapeta9203
@anilakokapeta9203 4 жыл бұрын
@@jk7pubg12 12 Years old
@epp6466
@epp6466 4 жыл бұрын
@@anilakokapeta9203 I'm 10
@anilakokapeta9203
@anilakokapeta9203 4 жыл бұрын
@@epp6466 I know C and C++ programming languages. What about you?
@SalmanKhan-pu6sc
@SalmanKhan-pu6sc 2 жыл бұрын
Post increment x = a; a = a+1; Pre increment a = a + 1; x = a;
@hammadmemon4739
@hammadmemon4739 3 жыл бұрын
woww best teacher ♥️
@dramas_hub
@dramas_hub 11 ай бұрын
00:01 Increment and decrement operators are used to change the value of a variable by one in C. 01:23 Increment and decrement operators are unary operators applied on a single operand. 02:36 Increment and decrement operators in C 04:01 L value refers to a memory location and must be a variable. 05:19 Variables are assigned a memory location and can hold data. 06:37 Increment and decrement operators can only be applied to variables as they require L value. 07:53 Understanding the difference between pre-increment and post-increment operators in C 09:25 Pre-increment assigns the incremented value to the variable, while post-increment assigns the value before incrementing to the variable.
@kayasaxena2690
@kayasaxena2690 2 жыл бұрын
I'm addicted to your videos 🤤😍
@kirannegi3984
@kirannegi3984 5 жыл бұрын
So beautiful tips
@binodokheda6727
@binodokheda6727 5 жыл бұрын
nice video in a understandable words
@waseemqasim323
@waseemqasim323 4 жыл бұрын
Good job ! 👌
@anamikamishra2152
@anamikamishra2152 5 жыл бұрын
Wow thankuuuu so much sir thanks alot
@krishsethiya1715
@krishsethiya1715 3 жыл бұрын
thanks for teaching
@TSWSCI
@TSWSCI Жыл бұрын
Thank you so much for this series
@bhaveshpatil1424
@bhaveshpatil1424 2 жыл бұрын
Thanks Sir ☺️
@hajimeville
@hajimeville 4 ай бұрын
Anything couldn't be clearer than this video
@sandysanarb8365
@sandysanarb8365 4 жыл бұрын
I love neso academy 🥰
@rahulbhati9748
@rahulbhati9748 5 жыл бұрын
6:00 lvalue rvalue
@rajram5241
@rajram5241 2 жыл бұрын
Nice explanation sir
@gates4501
@gates4501 4 жыл бұрын
please make a course on compiler design
@InsideBelieve7123
@InsideBelieve7123 4 жыл бұрын
Thanks sir these videos are really helpful
@simrankaursandhu4589
@simrankaursandhu4589 2 жыл бұрын
Hats off to u sir👏
@shehanhirudika4512
@shehanhirudika4512 3 жыл бұрын
Thank you very much... i could solve my problem ...
@anvighadge
@anvighadge 3 жыл бұрын
Thank u so much Neso Academy for this interesting and informative playlists of Operators in C
@sandypoonia14
@sandypoonia14 3 жыл бұрын
Really great effort Even I also don't understand what our faculty teach in clg But this channel provide the best ❤️
@anandkumar-ni8cn
@anandkumar-ni8cn 3 жыл бұрын
Great explanation
@SaqibKhan-cy4sy
@SaqibKhan-cy4sy 2 жыл бұрын
Good video I have affresiate
@compangit1524
@compangit1524 2 жыл бұрын
Comments for myself: Lvalue (left value) means that an object should have an identifiable location in the memory, hence it must be a variable. rvalue (right value) has no identifible location in memory, e.g. expressions like (3+5). Where did the names came from? From equations. e.g. x = 3+5. (notice left and right). In the case of defining variables with values to be incremented, pre-increment adds value first before assignment, while on the other hand, post-increment assign the current value first to the variable (we can use this with equations), before incrementing the value.
@rakshitasharma5311
@rakshitasharma5311 3 жыл бұрын
Thank u sir for such videos.
@alieubah9951
@alieubah9951 4 жыл бұрын
thanks bro ,finally understood
@sandysanarb8365
@sandysanarb8365 4 жыл бұрын
U r the best!!
@exploratoryhub8445
@exploratoryhub8445 3 жыл бұрын
Well explained! ... Thanks sir
@adnaneshtiak4817
@adnaneshtiak4817 3 жыл бұрын
Thank You So Much!
@kehindefabiyi2232
@kehindefabiyi2232 Жыл бұрын
Can you please make a video on debugging?
@krishnashedbalkar7202
@krishnashedbalkar7202 5 жыл бұрын
What will be ans of b=a++ +a++; Where a=5 what will be values of a and b at the end
@shadabalam8070
@shadabalam8070 6 жыл бұрын
Thanks sir you clear my doubt.thanks a lot.
@shreyashsingh3770
@shreyashsingh3770 2 жыл бұрын
Yess , it seems a short clip which ends in 8 minutes 😱😱 ...
@saurabhmishra2416
@saurabhmishra2416 5 жыл бұрын
Great WORk sir
@sumanmandal5393
@sumanmandal5393 4 жыл бұрын
Thanks Sir
@amarnathgoshika6730
@amarnathgoshika6730 5 жыл бұрын
Nice explanation
@aditisharma8482
@aditisharma8482 5 жыл бұрын
Tnkyu so much .....u r the best
@157_keshavlichade6
@157_keshavlichade6 3 жыл бұрын
amazing
@agamgill9563
@agamgill9563 6 жыл бұрын
Informative....thank u sr
@amrnassar8417
@amrnassar8417 4 жыл бұрын
thanks
@kaushikg1833
@kaushikg1833 4 жыл бұрын
Some worthy words
Increment and Decrement Operators in C (Part 2)
15:39
Neso Academy
Рет қаралды 264 М.
Arithmetic Operators in C
8:02
Neso Academy
Рет қаралды 354 М.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Logical Operators in C
12:09
Neso Academy
Рет қаралды 449 М.
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 250 М.
Recursion in C
11:12
Neso Academy
Рет қаралды 984 М.
C Programming (Important Questions Set 3)
21:19
Neso Academy
Рет қаралды 413 М.
09 : Modeling of Control system (Modeling of rotational mechanical system) part 1
19:29
Mechanical & Electrical Engineering Lectures ,
Рет қаралды 8 М.
Call By Value & Call By Reference in C
8:34
Neso Academy
Рет қаралды 1,4 МЛН
Precedence and Associativity of Operators
16:27
Neso Academy
Рет қаралды 364 М.
Introduction to Operators in C
5:33
Neso Academy
Рет қаралды 343 М.