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

Поділитися
Вставка
  • Опубліковано 22 лип 2024
  • In this video, I have discussed three categories of operators in C- Unary, binary, Ternary
    Best C Programming Tutorials : • Programming in C
    *******************************************
    Connect & Contact Me:
    My Second Channel Link: bit.ly/354n7C7
    Facebook: / jennys-lectures-csit-n...
    Quora: www.quora.com/profile/Jayanti...
    Instagram: / jayantikhatrilamba
    Twitter: / khatrijenny
    *********************************************
    More Playlists:
    C++ Programming Tutorials: • Lec 1: How to Install ...
    Placement Series: • Placements Series
    Data Structures and Algorithms: https: • Data Structures and Al...
    Design and Analysis of Algorithms(DAA): • Design and Analysis of...
    Python Full Course: • Python - Basic to Advance
    Printing Pattern in C: • Printing Pattern Progr...
    Dynamic Programming: • Dynamic Programming
    Operating Systems: // • Operating Systems
    DBMS: • DBMS (Database Managem...
    #cprogramming #jennyslectures #programming #operatorsinc #clanguage

КОМЕНТАРІ • 244

  • @talentupgradewithlawal9365
    @talentupgradewithlawal9365 Рік тому +84

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

  • @RAHUL_YT_
    @RAHUL_YT_ Рік тому +32

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

  • @46_anuragjaiswal9
    @46_anuragjaiswal9 2 роки тому +36

    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 🙏🏻🙏🏻🙏🏻

  • @mightyleadproperty
    @mightyleadproperty Рік тому +3

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

  • @chamaridesilva1668
    @chamaridesilva1668 Рік тому +13

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

  • @AVINASHKUMAR-nr5ei
    @AVINASHKUMAR-nr5ei 3 роки тому +50

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

    • @technicaldhrub629
      @technicaldhrub629 9 місяців тому +2

      Which kiit

    • @Dpm1705
      @Dpm1705 7 місяців тому

      ​@@technicaldhrub629KIIT University bhubaneswar Nirf ke overall ranking ma 46 number pe hai one of the best university in india

  • @lovestreet07
    @lovestreet07 Рік тому +3

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

  • @MeenaMeena-mz6er
    @MeenaMeena-mz6er 8 місяців тому +3

    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

  • @vineetyadav2678
    @vineetyadav2678 2 роки тому +7

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

  • @tonystarkmohit5850
    @tonystarkmohit5850 2 роки тому +3

    One of the best teacher for C-languge

  • @NK-nt6iu
    @NK-nt6iu 3 роки тому +1

    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..

  • @hellonepal6118
    @hellonepal6118 2 роки тому +2

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

  • @kavyagarg2274
    @kavyagarg2274 2 роки тому +3

    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.

  • @NaseebKhan-hr1fm
    @NaseebKhan-hr1fm 2 роки тому +1

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

  • @pravints4430
    @pravints4430 2 роки тому +1

    Very useful ..!
    Excellent teaching..👍👍👏👏🤝🤝🤝👌👌👌

  • @ProductReviews06
    @ProductReviews06 3 роки тому +15

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

    • @nfohunt
      @nfohunt 2 роки тому

      Padhai pe dhyan do chu

  • @amanawan3365
    @amanawan3365 3 роки тому +10

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

    • @pixabey900
      @pixabey900 2 роки тому +1

      Aap Kya padhai kar rahe hai

    • @Rishabh777
      @Rishabh777 2 роки тому +3

      I am from Mars and I also do coding🤣

    • @TheAkhileshDas
      @TheAkhileshDas 2 роки тому +1

      Islam ke naam par desh alag maang liya fer bhi seekhna India se hi hai. Lage raho bhai!

  • @poornimab8877
    @poornimab8877 2 роки тому +1

    Really u r very great ma'am thank you so much I thought if u r lecturer in my college we will be some where if not I will be doing my engineering but my bad time but whatever it is thank you so much for your teaching

  • @newcomer_2024
    @newcomer_2024 2 роки тому +16

    we need a detailed video regarding Ternary operators

  • @kunalkapoor3437
    @kunalkapoor3437 2 роки тому +2

    Thanks mam for such a beautiful &informative lectures of c💯🙏

  • @bishalkunwar17
    @bishalkunwar17 Рік тому +9

    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

    • @bishalkunwar17
      @bishalkunwar17 Рік тому

      Increment & Decrement Operators
       Pre-Increment or Pre-Decrement (++a or --a)
       CHANGE the value of the variable
       USE the new value
       Post-Increment or Post-Decrement (a++ or a--)
       USE the original value of the variable
       CHANGE the value of the variable

    • @priyanshisharma8825
      @priyanshisharma8825 8 місяців тому +1

      Thnkss👍

  • @hemanthreddy1037
    @hemanthreddy1037 3 роки тому

    Your way of teaching is excellent madam

  • @avalaakanksha5611
    @avalaakanksha5611 Рік тому +2

    Mam your teaching skills are wonderful mam loved it a lot

  • @manvendra91102
    @manvendra91102 3 роки тому +20

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

    • @harshith7752
      @harshith7752 3 роки тому

      My teacher is better than her

    • @sujathanarayana2286
      @sujathanarayana2286 3 роки тому +3

      @@harshith7752 Oh then learn c programming by your teacher no need to learn c programming in UA-cam

  • @kavyagarg5664
    @kavyagarg5664 2 роки тому +2

    Thanks a lot mam these lectures are amazing!!!

  • @ovigaze4106
    @ovigaze4106 6 місяців тому

    thank u mam ! no one teaching like u . in this platform

  • @muhammadumarkazi1681
    @muhammadumarkazi1681 7 місяців тому +2

    Why all the good teachers are on UA-cam

  • @ashwinipowar2230
    @ashwinipowar2230 3 роки тому +16

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

  • @snehalsamale7404
    @snehalsamale7404 3 роки тому +3

    Mam the way you are teaching is very nice...
    No doubt about that..
    But we want everything in very detail.....

  • @divyakishore3460
    @divyakishore3460 3 роки тому +14

    Maam u r great. The way u teach is very good and unique. Please also make video on java and python.
    By the way i am big fan of yours.
    Thank u for that much of knowledge.

  • @crickyfire5621
    @crickyfire5621 3 роки тому +3

    Yes mam we want separate video on ternary operator,please do

  • @gavvalanandini7774
    @gavvalanandini7774 Рік тому +2

    These videos are helpful a lot to our mam thank you mam🥰🥰🥰

  • @riturajyadav63
    @riturajyadav63 3 роки тому +17

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

  • @tecnicalchannelwithit6116
    @tecnicalchannelwithit6116 Рік тому

    Your video was very important for me.... thanks mam

  • @KongChan-oj5lh
    @KongChan-oj5lh Рік тому

    thanks so much for your wonderful lesson teacher

  • @lokesharora4037
    @lokesharora4037 3 роки тому

    thanks, mam that video was very very helpful for me

  • @voiceofown
    @voiceofown 3 роки тому

    Yehh
    I like your way of teaching 👌

  • @krishsingh4154
    @krishsingh4154 3 роки тому +1

    Maam if in ternary operator in place of expression 2 if we use another condition like (c>d) then what will be the output and c and d is also declared like a and b

  • @RajaShekar-lb6qd
    @RajaShekar-lb6qd 6 місяців тому

    Ur teaching very good Mam soo easy teach in all

  • @cyberhacker7402
    @cyberhacker7402 3 роки тому +2

    Mam you are too cute and excellent teacher with awesome knowledge
    Beauty with brain's 🙏🙏

  • @deggsjbdhnpradee231
    @deggsjbdhnpradee231 10 місяців тому

    Very useful thank you so much🎉

  • @nainaghumman7159
    @nainaghumman7159 2 роки тому

    Good job & Excellent

  • @shinyrao2786
    @shinyrao2786 3 роки тому

    Super explanation mam👌👌

  • @bhaskardwivedi4211
    @bhaskardwivedi4211 2 роки тому +21

    Mam please make seperate video on
    X++ , --X and specially tertiary operator 🙏.. I m waiting

    • @tegullaarvind541
      @tegullaarvind541 10 місяців тому

      The wait have completed more than one year 😂

  • @Adityakumar-dl4vc
    @Adityakumar-dl4vc 11 місяців тому

    Awesome explanation

  • @truefacts4192
    @truefacts4192 2 роки тому +3

    I think mam a/c to me the lecture 21 is at 13 ( or starting of operator ) because if we know the table of lecture21 we easily understand the all types operators in C programming .

  • @vvi714
    @vvi714 3 роки тому +8

    Mam can you please explain those increments and decrements in detail

  • @Sameer_shorts_videos
    @Sameer_shorts_videos 3 роки тому

    Mam you look preety and also you explain a topic very well
    Well done mam

  • @tps8470
    @tps8470 2 роки тому +1

    Thanks A Lot Mam

  • @chamarthykoushik204
    @chamarthykoushik204 3 роки тому

    madam How can logical not can be unary as we are using two operators in your example !(x>y)?please answer anyone

  • @kayodejames5130
    @kayodejames5130 9 місяців тому

    I remove cap madam! ... I have an issue i tried using sizeof float, double and long double using format specifier as %f, lf and Lf respectively but i got the sizes as 0.0000 for the three.
    can you tell what exactly i did wrong.

  • @user-ji1cv1gs7p
    @user-ji1cv1gs7p 9 місяців тому

    We loved it mam❤

  • @yashagarwal9330
    @yashagarwal9330 3 роки тому +6

    Video starts from 2:03

    • @Radhe55
      @Radhe55 3 роки тому

      Video hota hai bhai

  • @mahasayatv9489
    @mahasayatv9489 3 роки тому

    Thanks

  • @That_90s_Show
    @That_90s_Show 2 роки тому

    Alot helpful 😘😀❤️😍

  • @bharathivlogs1306
    @bharathivlogs1306 Рік тому +1

    Thank you mam✨

  • @SawitriDevi
    @SawitriDevi 5 місяців тому

    Thanks 👍👍

  • @certified_bihari
    @certified_bihari 2 роки тому

    mem in this expression *!(x

  • @user-uu6xe5rx5m
    @user-uu6xe5rx5m 2 роки тому

    Mam you written codes are not working in my system mam what can I do?

  • @durgfestivalvibes
    @durgfestivalvibes 3 роки тому

    Thankyou very much mam

  • @souravroy1979
    @souravroy1979 2 роки тому

    Great....🙏🙏⚡⚡

  • @sahilbodhe868
    @sahilbodhe868 2 роки тому +1

    You are best mam

  • @tramakrishna9323
    @tramakrishna9323 2 роки тому

    Hello mam If we write operators with example and program also in exam

  • @user-zn7ic8dt4b
    @user-zn7ic8dt4b Рік тому

    NICE PROFESSOR💗💗💗

  • @adwaithpvk3305
    @adwaithpvk3305 3 роки тому

    Life savior mam😃😍

  • @ruchismitapradhan4257
    @ruchismitapradhan4257 2 роки тому

    Thank you Mam😀

  • @priyanshu7285
    @priyanshu7285 2 роки тому +1

    Beauty with brain...😊

  • @ayushuniyal2586
    @ayushuniyal2586 3 роки тому

    Beautiful mam 🙏

  • @rushikeshsanap1981
    @rushikeshsanap1981 Рік тому

    Thank you ma'am

  • @jyotiarora5657
    @jyotiarora5657 3 роки тому +1

    thnx you so much

  • @better_soul_
    @better_soul_ 2 роки тому +1

    Mam,
    plz do separate video abt operator

  • @kumarkrishna338
    @kumarkrishna338 Рік тому

    Very good naic ❤❤❤❤

  • @SaadKhan-sh5mk
    @SaadKhan-sh5mk 3 роки тому +1

    Are you also teaching about it 3rd year ?

  • @manojshankar.s503
    @manojshankar.s503 Рік тому

    Thanks mam 🔥🔥

  • @musicallyinclined5550
    @musicallyinclined5550 2 роки тому +1

    TQSM MAM

  • @youtuberincome592
    @youtuberincome592 3 роки тому +1

    thanks

  • @sherin_nila277
    @sherin_nila277 3 роки тому

    Mam pls upload the video for pointers and functions mam

  • @prakash181gupta
    @prakash181gupta 3 роки тому

    Thank you mam

  • @3phase627
    @3phase627 3 роки тому

    Mam u r teaching ✴️✴️ BABAL✴️✴️.

  • @ashutoshmishra6872
    @ashutoshmishra6872 3 роки тому

    Pls come up with rest of the parts asap..

  • @jyothishreebr509
    @jyothishreebr509 Рік тому

    Mam in logical not u take y>x,but here two operands are there na

  • @spizer98
    @spizer98 3 роки тому

    ma'am can do UML diagram in software engineering

  • @shobhitmishra3162
    @shobhitmishra3162 2 роки тому

    Thanks mam🚩🚩

  • @karanmodanwal226
    @karanmodanwal226 3 роки тому

    Ye bhi thik h.. 🙏💙

  • @SanatanYogii
    @SanatanYogii 2 роки тому

    AMAZING VOICE

  • @abhayshukla7471
    @abhayshukla7471 Рік тому +1

    Pls make a separate Vedio this if else

  • @abhijitnichale8426
    @abhijitnichale8426 2 роки тому

    Mam plz drop A separate video on ternary operators

  • @sumitkaulkar4525
    @sumitkaulkar4525 2 роки тому +1

    Mam You Look like ANJALI ARORA😊

  • @kurakulalavanya7869
    @kurakulalavanya7869 2 роки тому +1

    unsigned char a='a'; char a='a'; printf ("%d", a);printf("%c", a); plz the reply the output i face conflicting errors.
    anyone can explain it

  • @crazydudes9665
    @crazydudes9665 2 роки тому

    First of all you are so cute😍❤️ ,your beautiful ,your voice is like cool .....Tqu so much madam for all this information. as well thanks to the channel.

  • @Rajeevkumar-cm4mn
    @Rajeevkumar-cm4mn Рік тому

    nice video

  • @Mr.Yaragonda
    @Mr.Yaragonda 3 роки тому

    Thank you❤🌹😊 so much madam👩..... I am enjoying😊 the sessions.... Tnq mam

  • @knightjaat9208
    @knightjaat9208 Рік тому +1

    Mam we need a separate video of ternary operator

  • @tonystarkmohit5850
    @tonystarkmohit5850 2 роки тому +1

    Can you upload vdo for python language like this one

  • @harshvardhansharma22
    @harshvardhansharma22 3 роки тому

    ma'am whats the code to write the size of

  • @wrestlingbooster3138
    @wrestlingbooster3138 3 роки тому +2

    Mam you are so knowledgeable person 🙏🙏🙏🙏hats off 🙏🙏🙏mam....

  • @nawasnawas927
    @nawasnawas927 Рік тому +1

    Mam put a separate video for keyword and it's explanation in c

  • @pradipselectrolab2994
    @pradipselectrolab2994 3 роки тому

    I have seen all the comments by viewers on this video. But I am surprised that you have not replied any one of these.
    I am also to ask a question from you, but knowing the fact that you do not reply, I have left the idea.

  • @simrandeepsingh8728
    @simrandeepsingh8728 3 роки тому

    thax mam

  • @pallavipallu9098
    @pallavipallu9098 2 роки тому

    maam plz tell the software to C for exicution of programs