C Programming Tutorial 8 Pre and Post Increment

preview_player
Показать описание
Increment operator is used to increment the current value of variable by adding integer 1.

Check out our courses:

Coupon: TELUSKO10 (10% Discount)

Coupon: TELUSKO10 (10% Discount)

Coupon: TELUSKO20 (20% Discount)

Udemy Courses:

For More Queries WhatsApp or Call on : +919008963671

Subscribe to our other channel:
Telusko Hindi :
Рекомендации по теме
Комментарии
Автор

istg indian youtubers are much better in teaching compared to the most lecturers in my university

Anonymous-bohe
Автор

Best explanations. These are the small things that many get confused on

LoveIsLifeTurkishIndia
Автор

Thank you for visualizing the difference here!

bootthekid
Автор

Thank you very much sir your classes are awesome I can easily understand

dogsWorld
Автор

Thank you so much, I didn't understand it before !

jayzn
Автор

great video, explains all the cases and nuances

ahmedaj
Автор

Thankyou after watching your video I am more confused now

sgautam
Автор

i feel stupid for taking me like 10 minutes to get this simple concept.
thanks!

stef-wj
Автор

And the video maker has also fallen into mistery.. :D :D LOOL..

raihankhalil
Автор

When you use
j=i++;
we got output j=1 i=2
So if we use
i=i++;
We should get i value 2

buildunitedindia
Автор

what app are you using to write and execute the codes?

_profy
Автор

which compiler is best for c Lang.... and also tell me which compiler u r using

mritunjaygiri
Автор

Int i=1;
i=i++;
Printf("%d", i);
Output I got is 2

manandivallirachana
Автор

sir, it is a bit confusing you should have to print the value of variable after the post and preincriment

gowthamreddy
Автор

3;34 why the output for i = 2, as i=1 is mentioned in the beginning

shashankcholleti
Автор

But in while loop sometimes we use post increment but why it acts as apre increment

vatsavsree
Автор

int a=5;

a=*1;

printf("%d\n", a);


[a=*a;]

Is this an error?


Please give me answer!

harshmishra
Автор

Iam sorry to say but the explanation was not proper..

pallatisowjanya
Автор

Why we didn't increment value inside the printf
Printf("%d\n", I++);

vidyashreehiremath
Автор

int i=2, a;
a=++i*++i;

printf("%d", a);
what it prints? sir

sunilkumarreddyvarapana
join shbcf.ru