Тёмный

Pre and Post-increment operator in c | increment and decrement operators in c | Hindi Tutorial Video 

Logical Programmer
Подписаться 17 тыс.
Просмотров 286 тыс.
50% 1

Title : Pre and Post-increment operator in c | increment and decrement operators in c | Hindi Tutorial Video
Hii.. guys, this is Logical Programmer.
In this video, I explain about pre and post-increment operator in C.
If this video is helpful 🤩, then Donate Any Amount-
My UPI ID : chaturvedisuryadev1000@okicici
#Watch_Post_Increment_Video #Link_In_Description
bit.ly/37ViJa0
Connect On WhatsApp 🗨️ whatsapp.com/channel/0029Va6A...
Most Important Viva Questions in C (Always Asked by Professors) 👇
bit.ly/38AZHIX
About this video-
00:00 Deep Information about Increment Operator.
01:29 What is Pre-Increment Operator in C.
04:51 Q-1) b = a++ + a++ ; answer ) a = 3 , b = 3
06:12 Q-2) b = ++a + ++a ; answer) a = 3 , b = 6
07:28 Q-3) b = ++a + a++ ; answer) a = 3 , b = 5
08:55 Q-4)b = ++a + a++ + ++a ; answer) a = 4 , b = 9
11:18 Q-5) b = a++ + ++a + ++a ; answer) a = 4 , b = 8
13:14 Q-6) b = a++ + ++a + a++; answer) a = 4, b = 7
15:00 Q-7) printf(" %d, %d, %d" , ++a , a , a++); ?
Partial Knowledge is dangerous, so watch the video till the end 😊
Connect with me:
RU-vid : / logicalprogrammer
Instagram : / surya_dev_chaturvedi
Linkedin: / surya-dev-chaturvedi
My Games : bit.ly/2HCaOUH
Concept of Increment and Decrement operator in C# (Visual Studio)👇👇👇👇
bit.ly/38yVBNG
Do you know why starting index of an array is Zero not One 🤔
Here You Learn : • Why starting index of ...
Do you know How 2D and 3D Games are made ?
Learn Game development Free Course : bit.ly/34OhaJf
Have You ever play Google Dino game on chrome ?
If Yes, ever think how it made? & How much time it take to make our own Google Dino Game?
Full Playlist to make Dino Game 👉 bit.ly/33TBOXe
Do You Know, In C Programming, Why it named as C?
bit.ly/3q8PkR6
Do You Know Why we write #include in C Programming?
Understand in Depth : • Preprocessor directive...
Can I ask you one question in C?
What is difference Between ||(Logical OR) and |(Bitwise OR) operator?
bit.ly/3OokG20
👇👇👇👇👇👇👇👇
The Playlists for learning Unity3D Game development from scratch -
bit.ly/3i4shl0
👇👇👇👇👇👇👇👇
Mail me for telephonic consultancy:
1. Your name
2. Why you want to talk
3. Your phone number
At chaturvedisuryadev1@gmail.com
We'll respond
Some Tags ---
increment and decrement operators,increment operator,increment operators in c,decrement operator,decrement operator in c,increment and decrement operators in c,pre increment and post increment in c,pre increment and post increment,pre decrement and post decrement in c,pre decrement and post decrement,rvalue,lvalue,lvalue rvalue,lvalue and rvalue,lvalue required error in c,difference between pre and post increment,c language,c programming lectures,gate cse
increment operators,decrement operators,postfix increment,postfix decrement,prefix increment,prefix decrement,postfix operators,prefix operators,increment ++ operators,decrement -- operators,lecture in hindi,c programming language,operators in c
Increment And Decrement Operators In Python
increment operator in c++
decrement operator in c
increment and decrement operators in c++
multiple increment/decrement operator in c examples
increment in python for loop
python increment by 1 function
increment operator overloading in python
python increment counter in loop
decrement in python
python operator
python increment variable in while loop
increment and decrement operators in python
Hindi tutorial on increment operator,easy method for increment operator,the best tutorial on increment operator,what are the logics behind increment operators,why we use increment operators in c,Increment operator functions,Uses of increment operator,wrong answer for increment operator,Logic behind increment operator,Questions on increment operator,Increment in C++,questions on increment and decrement operators in c,decrement operator in c++ examples,decrement operator
increment and decrement operators in c .
Increment and decrement operator in C langage Hindi.
Increment and decrement operator in C in Hindi Many Cases .
Increment and decrement operator in C++ Hindi.
Increment and decrement operator in C Programming Hindi.
What is Increment and Decrement operator in C.
Examples of Increment and decrement operator in C.
Some difficult Questions on Increment Operator.
Increment and Decrement Operator - Hindi.
Post and Pre increment Operator in C.
Pre and Post increment operator in C.
Increment Decrement Operators.
C Programming Tutorial - Increment and Decrement Operator.
C++ Increment and Decrement Operator.
Decrement and Increment Operator in C.
Best C Programming Tutorials in Hindi.
#PreIncrementOperator
#PostIncrementOperator
#OperatorsInC
#Hindi tutorial on increment operator

Опубликовано:

 

30 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 525   
@LogicalProgrammer
@LogicalProgrammer 5 лет назад
Connect On WhatsApp 🗨️ whatsapp.com/channel/0029Va6AK3v84OmIKuCYm741
@Cybernetic1
@Cybernetic1 4 года назад
I will because your video helped me alot :) Thanks buddy...
@mohammedajazquadri7869
@mohammedajazquadri7869 4 года назад
Best explanation
@decentgamer3319
@decentgamer3319 2 года назад
Thanks bro
@decentgamer3319
@decentgamer3319 2 года назад
Plese support What is the value of A and B in given statement. 1 int C=4,A=3,b=2; A=++C; B=C++; cout
@sunny_Thule3576
@sunny_Thule3576 Год назад
Hello sir, My compiler show the value a=1; b=++a + ++a; Output : b=5,a=3 What happened with me
@AmanSharma-kq4rb
@AmanSharma-kq4rb 4 года назад
Dude. I love you! I have a test tomorrow and I almost had a mental breakdown trying to understand this thing when I finally came across your video and finally understood it. THANKS A LOT! God bless you!
@swatiswagatikamuduli9279
@swatiswagatikamuduli9279 2 года назад
a=2 so find b =a++ + ++a + ++a + a++ please find
@ankitagusain4096
@ankitagusain4096 2 года назад
how much you scored?
@swatiswagatikamuduli9279
@swatiswagatikamuduli9279 2 года назад
I score 16 and u
@pranavpande01
@pranavpande01 2 года назад
@@ankitagusain4096 Garhwali
@ajaybedre4199
@ajaybedre4199 2 года назад
@@swatiswagatikamuduli9279 if you are done with this..can you explain it to me?
@gireeshbhat4158
@gireeshbhat4158 2 года назад
First video on this concept on RU-vid which doesn't any doubts in comment section only Thank you sir 🤗🙂 You are really logical programmer
@akshaygaikwad814
@akshaygaikwad814 3 года назад
crisp, clear and simple. wonderfully explained. Thankyou so much.
@musicworld5777
@musicworld5777 Год назад
"WITHOUT TEACHERS, LIFE WOULD HAVE NO CLASS Thank you sir🙏❤️🙏
@akashsahu3338
@akashsahu3338 4 года назад
Thnku so much sir, apki vjh s aaj mera bht bda doubt khtm ho gya, or mujse ye inc or dcr wale bnne lge, biggest thnkuh to you...
@subhasishchoudhury5093
@subhasishchoudhury5093 4 года назад
bro.. u r a genius.. i m an electrical ug student and 4 me its d toughest basic that i never could able to understand from my lectures.. but today i got damn clarity on it.. u cleared/covered all d doubts bro.. thanks a lot.. :) I used to stuck in that long expression evaluations.. but now i m absolutely crystal clear.. again thanks a lot.. great job.. keep it up bro.. all the best..
@ujjwalgupta8725
@ujjwalgupta8725 3 года назад
This is the most helpful video I have found on internet so far for this topic. Most helpful. THANK YOU.....
@gayatrinakar5049
@gayatrinakar5049 2 года назад
I like this video soo much more than the other explanations given because there are actual practice problems in it that help you understand the concept much better!!
@aniktalukder9592
@aniktalukder9592 5 лет назад
Tons of thanks.💜
@__Rahul__Singh__Bisht
@__Rahul__Singh__Bisht 4 года назад
Thanks man, this is really helpful.
@chitranshsahu850
@chitranshsahu850 3 года назад
Man you are legend many teachers can't explain the way you explained you killed my doubt now I am feeling great thank you so much yarr
@komalupadhyay2355
@komalupadhyay2355 4 года назад
Thanks for the video. 😇
@manikantapabba1241
@manikantapabba1241 5 лет назад
Thank u bro.... I got clarity on this topic..
@muzammilafreed810
@muzammilafreed810 3 года назад
thank you so much sir. This cleared my doubts
@lmsmaniworld7463
@lmsmaniworld7463 3 года назад
Wow great and expert in increment operations
@AbhayYadav-ej2em
@AbhayYadav-ej2em 3 года назад
Simply - perfect
@RaviShankarDadhich
@RaviShankarDadhich 2 года назад
Thanks a lot for this video. Helped a lot to understand b=++a + a++. I found this example only on your video. Cleared the doubts.
@susmitasagar3097
@susmitasagar3097 3 года назад
finally...!! i understand this after several wrong moves thnks :)
@swatimishra5264
@swatimishra5264 3 года назад
The best explanation I found ever !!!
@mohamedhosny6389
@mohamedhosny6389 3 года назад
That's really helpful. Thank you so much. But these expressions exhibit undefined behavior in c standards means that it's compiler dependent and may differ from one compiler to other. C standard states that: "Between the previous and next sequence point an object shall have its stored value modified at most once by the evaluation of an expression." which means that an expression like b = i++ + i++; exhibit undefined behavior because the variable i is modified twice before the next sequence point (semi-colon) but it would be legal and well defined if it was written like b = i++ && i++; since && is sequence point so it's guaranteed that i++ will execute first. Also operators like +,/,*,bitwise and,..etc has no defined standard order of evaluation so the first operand may get executed firstly or secondly in order.
@Dinesh45444
@Dinesh45444 2 года назад
exactly 😊
@therealworld4232
@therealworld4232 4 года назад
good bro,i was confused many days...but after your watched video..i iunderstand that logic for operator.
@arghasreepalit24
@arghasreepalit24 Год назад
Thanks a lot bhaiya ❤️
@sanatani_1234_
@sanatani_1234_ 3 года назад
Thanks ,you have explained nicely
@DeepakKumar-vj4mr
@DeepakKumar-vj4mr 3 года назад
jo mera doubt tha wo sirf aapke video se clear hua.Thank you for making video
@sreyanmaiti9h61
@sreyanmaiti9h61 3 года назад
Sweetest thing:"so guys this is our program"😍😍
@kiranshrimangale5313
@kiranshrimangale5313 3 года назад
This video clear my doubts .....👍👍🙏🙏... thank you soo much🙏
@shivanshpandey2834
@shivanshpandey2834 3 года назад
Thank you so much sir 🙏 Finally I have understood this Again Thank you!!!
@swapnilnath
@swapnilnath 3 года назад
Just amazing!
@rakshitharakshitha6912
@rakshitharakshitha6912 4 года назад
Such an awesome video.... Thanks bro.!
@dev-sz4sr
@dev-sz4sr 3 года назад
Cleared the concept, great video
@bijjalanaganithin3798
@bijjalanaganithin3798 5 лет назад
thanks a lot!!!!
@lovelifen
@lovelifen 3 года назад
Thanks a lot brother, very well explained. Subscribed, liked and shared too. Keep up the good work for us.
@shivanijain4453
@shivanijain4453 3 года назад
Thankyou so much....for clearing my all confusions....
@shyamaldas2468
@shyamaldas2468 3 года назад
I don't know who the hell are disliking this video !! Btw thanks a lot yaar, you clear all my doubts.. Lots of love from Kolkata ❤️
@santimoyrana4929
@santimoyrana4929 2 года назад
After so many struggle, finally I get a worthy video and your video clears my all doubt.♥️♥️♥️
@LogicalProgrammer
@LogicalProgrammer 2 года назад
Happy to help, there are lots of such concepts available on this channel, Like why starting index of an array is 0 not 1? and lots of questions which makes you different from others.
@annann256
@annann256 Месяц назад
Very helpful video! Thanks for this
@amiteshkennedy1000
@amiteshkennedy1000 5 лет назад
Luv u..u saved me
@mightyrider8430
@mightyrider8430 5 лет назад
Thankyou dude♥️
@crictrid267
@crictrid267 3 года назад
Very well explained each n every thing❤️❤️🇮🇳🇮🇳
@prajwaljambhale4057
@prajwaljambhale4057 2 года назад
thanks a lot bruh ! cleared all doubts regarding the topic
@gwtha3356
@gwtha3356 Год назад
love u bro tnx for clear my all doubts tnq man
@aishtech3529
@aishtech3529 5 лет назад
Bhahut der say samaj nahi aaa rha tha Jab app ki video dhekhi to sb smaj aa gya .......Bahut accha samjhaya bhai ........ God bless you 👍
@rcp_tejasashokpatil_mechan2365
@rcp_tejasashokpatil_mechan2365 3 года назад
This is the best explained of Inc and Dec operator . Thanks bro.. liked shared and subscribed.....
@aachalparaye220
@aachalparaye220 4 года назад
Very nice explanation. Now understand properly.. 👍👍 Thank you Sir...👍
@AmitPal-ci4kv
@AmitPal-ci4kv 2 года назад
Very helpful , thanks 😊
@helanilavanya4590
@helanilavanya4590 4 года назад
well explained.thank you
@MittalAhir-iw2dw
@MittalAhir-iw2dw 3 года назад
Thank you so much this video is very useful for us
@samkitshah405
@samkitshah405 3 года назад
Thanks man! It cleared all my doubts about this operators.
@LogicalProgrammer
@LogicalProgrammer 3 года назад
Glad I could help!
@maheshrokade5
@maheshrokade5 5 лет назад
Thank you so much...bhai, now I don't have any doubts about this topic....so nicely explained 🙏🤘
@arnabkumarbaishya322
@arnabkumarbaishya322 3 года назад
Watched videos of youtubers having tons of suscribers could nt explain properly and u did it in style 🙂
@pegasus6573
@pegasus6573 2 года назад
Best video for clearing concepts
@prathamasarkar4511
@prathamasarkar4511 3 года назад
sir thank you so much for this helpful video
@tampakleima4170
@tampakleima4170 3 года назад
Thanks, your presentation is really very nice. I want to learn more,
@wajidalikhan7005
@wajidalikhan7005 3 года назад
Thank you so much its very helpful for me , thanks
@Catvidieoshort
@Catvidieoshort 2 года назад
Tq so much I need more videos
@vaibhavsaraf4915
@vaibhavsaraf4915 3 года назад
Very useful video. It cleared my confusion. Thank you
@pulkit3881
@pulkit3881 3 года назад
pahli baar ye concept smhj aya h. thanks man!
@ShivamPatange-bo1rt
@ShivamPatange-bo1rt 3 месяца назад
Thank you very much, cleared my concepts.
@sm.nasc.co.
@sm.nasc.co. 2 года назад
thanks bro your video really help me
@KishanSingh-es7jf
@KishanSingh-es7jf 3 года назад
Thank you sir , love from Kathmandu, Nepal !!❤️❤️
@yashrajsinha939
@yashrajsinha939 4 года назад
excellent video,you have explained it in a very good way.THANKS
@LogicalProgrammer
@LogicalProgrammer 4 года назад
Welcome Yashraj 💗
@kameshpatil4231
@kameshpatil4231 Год назад
Your efforts made my concepts and confusion clear sir!🙏❤️
@mineblox_arts7426
@mineblox_arts7426 7 месяцев назад
I was going crazy about this concept for quite some time now. Wonderfully explained the concept.
@Acoustic_ash
@Acoustic_ash 3 года назад
Thanks a lot ... This video is very informative
@prakharanand1060
@prakharanand1060 4 года назад
Thanks for the video
@hetsoni8718
@hetsoni8718 2 года назад
Thank you so so so much brother ☺️
@sayanbera28
@sayanbera28 4 года назад
Great video So much useful
@parashgyroscopechan7176
@parashgyroscopechan7176 3 года назад
thanks vai...you saved me
@rahimmia8065
@rahimmia8065 2 года назад
Many many thank you brother . This topic is very important but this topic my some problem . Now your video watching this topic is clear .
@swatipatidar3691
@swatipatidar3691 3 года назад
Thank you so much sir
@ahiryadavdharm
@ahiryadavdharm 2 года назад
Bro books make us confused but you made it straightforward. Thx
@kamyagupta4030
@kamyagupta4030 2 года назад
Thank you so much ❤️
@AYUSHKUMAR-nv3rf
@AYUSHKUMAR-nv3rf 2 года назад
Thanks , really a best video .
@user-ym7iq4bk5d
@user-ym7iq4bk5d 5 месяцев назад
Thanks for great video
@vaishalishilwant1089
@vaishalishilwant1089 3 года назад
Very good explanation thank you sir
@meenupuri7005
@meenupuri7005 3 года назад
Thankyou so much brother!
@sunitarathod7522
@sunitarathod7522 3 года назад
Osm .... Well understood!😊
@gaurimandot5788
@gaurimandot5788 3 года назад
Wowwwwww superb bro u cleared it 👨 man❣❣❣❣💯💯💯💯💯👌👌
@mudassirmohammed5644
@mudassirmohammed5644 2 года назад
Bohat acha Samajh aaya bhaiya thank you very much 😊
@saifahmedrazu5660
@saifahmedrazu5660 3 года назад
Thank you, sir
@poonamnimje6298
@poonamnimje6298 3 года назад
Beautiful with same tuning " Guys this is our program " 😊
@prinsimalviya3395
@prinsimalviya3395 3 года назад
Thank you sir..👌👍
@chhavianand
@chhavianand 2 года назад
Thanks for making this video.. you explained it so well
@cricketeddiction5994
@cricketeddiction5994 3 года назад
Thanks bro now I am not confuse anymore on this topic and again thanks a lot bro
@srishtisingh5141
@srishtisingh5141 3 года назад
❤ thank u Very helpful ❤
@surajbaranwal56.
@surajbaranwal56. 3 года назад
Much help ful buddy carry on👍
@coverdrive1798
@coverdrive1798 3 года назад
Thanks the video was really clear😀😀👍👍
@jannatfanedits5959
@jannatfanedits5959 3 года назад
Thanx a lot
@knowurself6726
@knowurself6726 3 года назад
Thank u so much ❤️
@sreyanmaiti9h61
@sreyanmaiti9h61 3 года назад
Thanks a lot sir ji🤙🤙🙏🙏🙏🙏🙏🙏🙏🙏🙏
@kmvrijya2796
@kmvrijya2796 4 года назад
Seriously sir apne bahut he accha explain keya h
@gokulbhardwaj6559
@gokulbhardwaj6559 11 месяцев назад
Best video on tricky questions 😊
@m.harsha4982
@m.harsha4982 2 года назад
Thanks bro.. lot of my doubts about this topic were cleared.. ur channel deserves that channel name
@kinzaidrees2050
@kinzaidrees2050 2 года назад
That was very helpful thanks.
@piyushtare8133
@piyushtare8133 Год назад
Kuddos brother thanks a lot..♥️ stay blessed..
@biswajitmeghnaDiaries
@biswajitmeghnaDiaries 5 лет назад
thank you
@Pravas583
@Pravas583 Год назад
Wonderful sir ek chiz baar baar batake use karne se dimag me fit ho gaya please help jac computer science keep uploading
@AhamedKabeer-wn1jb
@AhamedKabeer-wn1jb 2 года назад
What a beautifull explanation Bro..Hats Off..Much needed video..Thanks and keep up the good work
@code371
@code371 2 года назад
Thank you so much
Далее
83rd Annual General Meeting 30.07.2024
2:41:45
Increment and Decrement Operators in C (Part 1)
10:55
Просмотров 392 тыс.
Pointers and dynamic memory - stack vs heap
17:26
Просмотров 1,4 млн