C_13 Operators in C - Part 1 | Unary , Binary and Ternary Operators in C | C programming Tutorials

preview_player
Показать описание
In this video, I have discussed three categories of operators in C- Unary, binary, Ternary

*******************************************

Connect & Contact Me:

*********************************************

More Playlists:

#cprogramming #jennyslectures #programming #operatorsinc #clanguage
Рекомендации по теме
Комментарии
Автор

This maam is the best teacher for C programming I ever seen. She teaches every bit like abc

talentupgradewithlawal
Автор

Ma'am how thank u I'm not getting coz I've not seen this type teaching. You teach every concepts that students need. Thank u so much ma'am. Can u plez teach in computer to perform program 🙏🏻🙏🏻🙏🏻

_anuragjaiswal
Автор

I wish you are my professor of C in my University
I like your teaching methods ❤️

RAHUL_YT_
Автор

no words to tell about your teaching. you are super. Thanks a lot

chamaridesilva
Автор

First of all, I'm thanking her
Her teaching skills are superb❤️, but her smile " Ooh my GOD" amazing 😍

lovestreet
Автор

Mam we are very lucky having such talented teacher in you tube thank u mam coming into in you tube u r my inspiration mam that knowledge is useful in various purpose

MeenaMeena-mzer
Автор

Ma'am, if you join KIIT University . I will never bunk any class and also attend the classes of other branch.

AVINASHKUMAR-nrei
Автор

I am happy I come across this channel. You are the best among every video in C programming I have come across

mightyleadproperty
Автор

*Mam, you are really great, the way of your teaching is wonderful*❤️👌

vineetyadav
Автор

The way she says "now" ohhh loved it ♥️🔥thankyuh so much for helping us
Lots of love From 🇳🇵

hellonepal
Автор

Thanks mam, aapki voice bhut sweet hai, man karta hai bas day night aapko dekhte rahe aur sunte rahe aur sabse badi bat aapse padhte rahe...learn & crack exam..

NK-ntiu
Автор

Thanks Mam for such a good explanation. Just wanted to correct that in ternary operator the expressions need not to be a condition. It can be literally any valid expression.

kavyagarg
Автор

When she says "I hope u got my point" 😍

ProductReviews
Автор

Increment operator is used to increase the value of an operand by 1
 Decrement operator is used to decrease the value of an operand by 1
Operator Description Example
+ + + +𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 (prefix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 + 1
+ + 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 + + (postfix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 + 1
− − − −𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 (prefix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 − 1
− − 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 − − (postfix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 − 1

now you are clear in increment and decrement

bishalkunwar
Автор

Thank you so much mam 🙏 for uploading the Playlist of c language.

riturajyadav
Автор

Thanks a lot Mam . Please continue this C language tutorials.

ashwinipowar
Автор

Your efforts are very important for us keep it up mam 👍👍 one of the best teacher I have seen for subject CS .

manvendra
Автор

She is a best programmer lady. She is very able and intelligent madam to all women

NaseebKhan-hrfm
Автор

Mam I'm from Pakistan but really i appreciate you by ❤️❤️ Allah gives you more success in your life

amanawan
Автор

we need a detailed video regarding Ternary operators

newcomer_