Increment and Decrement operator in c | unary | postfix and prefix operator in tamil

preview_player
Показать описание
In this c programming tutorial for beginners we are going to learn about increment and Decrement operator (unary operators) and about the postfix and prefix operators in tamil..
post fix operator in c | prefix operator in c | difference between postfix and prefix operators in c | learn c fundamentals in tamil easily | learn c programming in tamil

in this video we are going to learn about the Increment ++ and Decrement -- operator in c language along with post fix and pre fix operator..
#postfix #prefix #operator
post increment in c | pre increment in c | post Decrement in c | pre Decrement in c

bitwise operators | arithmetic operators | ternary operator | special operator | conditional operator | learn c programming in tamil | c language tutorial in tamil

--------_-------_------------------------_----------_----------

-----------_-------_------------------------_----------_-----------
Рекомендации по теме
Комментарии
Автор

மிக பெரிய வாக்கியத்தை இரண்டே வரிகளில் சொன்னது போல், மிக எளிமையுடன் கூடிய தெளிவான விளக்கம். நன்றி ஐயா.

suriyams
Автор

Thank you sir for clear and simple explaination

krishleo
Автор

a=3 assign panrom b la increment panrom, b variable la mattum tha operations erukkum display pannum pothu yeppidi a la values change aguthu anybody explain pannunga

Naveen-elzd
Автор

Sir,
It is understood that the operating assignment symbols (commands) are used for operations by utilising minimum memory space(hardware).
Please clarify:
Is there any arrangement of additional Parallel Layers of memory spaces with a common link for memory allocation in CPU (hardware) for increasing the speed of the operations in new versions?
With regards.

ccbabu
Автор

Sir Please make videos for oops concept🙏🙏🙏

rajeshwarip
Автор

Post increment la veliya varumbodhu incresese pannum nu soldringa la sir adhula "veliya varumbodhu" nu edha mean pandringa output ha yaa ila vera edha enaku puriyala. Thanks in Advamce

gowthamanbazhakan
Автор

B epudi 4 agudhunu puriyudhu ana a epudi 4 agudhunu dha puriyaka

gowthamanbazhakan
Автор

Suppose a, b and c are int variable and a=5, b=6,

junaidfawzan
Автор

Sir, really your effort is super. Tq for conveying ur knowledge to us. 😇

poornimamanogaran
Автор

Sir ur really great sir ...last 3 weeks unga video than learn pandren It's really easy to understand sir..

manishr
Автор

Sir I am retired from army during 2002. My last increment is 01 October 2001. I have performed six months service upto 31 March 2002. My question is whether I am eligible for one more increment or not? Please clarify me. Thanks.

kamarrajn
Автор

Thank you so much sir... very clear explanation..

DIVYA-lukz
Автор

Thank u sir . I think i've learned something today sir.

aeriegaming
Автор

Neat and clear explanation sir tqs a lotsss👏

suganthidhanasekaran
Автор

Super sir.. Waiting for functions and recursion video....

sriram
Автор

Thnk u so much sir... Now I'm cleared..

jeevabharathi.k
Автор

Sir please make videos for core java topics also

vaalu
Автор

Sir nega java language tutorial video upload pannuvigala si plzz

jeevabalinr
Автор

1. a=a++ ;
2. printf("%d %d %d", a, a++, ++a);
What will be the output
This both is Mistry for me

HariharanA-