C_142 Types of Storage Classes in C - part 2 | register storage class

Поделиться
HTML-код
  • Опубликовано: 10 фев 2025

Комментарии • 139

  • @richiagrawal1616
    @richiagrawal1616 2 года назад +11

    ma'am you are my first mentor to whom I cannot ask a single doubt because as the doubt comes to my mind in the next line you were explaining the solution.. hats off to your hardwork... it is visible in the level of your concepts clarity... thankyou for providing these concepts in free of cost😄

  • @bharathvudi7383
    @bharathvudi7383 2 года назад +27

    Mam please as soon as possible start Java also mam many students are eagerly waiting...... Comparing to many channels yours is the best mam💯

  • @vinayaaaaaaa
    @vinayaaaaaaa 5 месяцев назад +5

    - `auto` is used for local variables within functions.
    - Global variables are considered `external` by default, not `auto`.
    - You can't declare global variables with the `auto` keyword due to the conflicting scopes.

  • @nandeeshahl7355
    @nandeeshahl7355 2 года назад +2

    I saw so many videos.... no one told clear cut as like u. Superb.......Thank you akka

  • @bolluvijaykumar1161
    @bolluvijaykumar1161 2 года назад +4

    Wow one day ,2 videos.great improvement.i suddenly remembered my child hood English story.And the chapter name is Holiday.the moral of the story is generally humans after a holiday or trip,used to do their works fast than in regular days.i hope this idea works.😂👍

  • @javidAquib
    @javidAquib 2 года назад +2

    I only watch the way u descibe and ur eyes.. Mam u r really awesome
    I am damn sure everyone would understand easily because of the way u teach

  • @rawrost2715
    @rawrost2715 2 месяца назад

    That "bye bye take care" made my day 😁 thank you mam superb explanation

  • @JyotiSharma-wb1vy
    @JyotiSharma-wb1vy 2 года назад +8

    Mam you sometimes amaze us with your explanation. You explain basic things with so much clearity. These basics are ignored by many of the you tubers! Thanks a lot❤

  • @dominicpetermalithjr14
    @dominicpetermalithjr14 2 года назад +1

    I especially like it when you explain everything so nicely,,I wish you a lot of success in this channel,,n happy life as well,,,Dom from Ethiopia💪💪,

  • @rajgiri2811
    @rajgiri2811 2 года назад +1

    I wanna tell something mam ....i am B.pharmacy student n i don't know anything about java lava alpha gama ...but i came here to watch u ..u absolutely gorgeous...n the way you teach is awesome...you facial expression is ❤❤💓💓💞

  • @nileshkirdak422
    @nileshkirdak422 2 года назад +6

    Register storage class used for formal argument of functions definition
    Example
    Return_ type (Register int x)
    {
    ......
    }

  • @mee2002-s3b
    @mee2002-s3b 2 года назад +2

    Mam your way of teaching is awesome 🙌

  • @babarsk8784
    @babarsk8784 11 месяцев назад

    If you need a variable accessible by all functions, you can declare it as a global variable without the auto keyword. Alternatively, you can use the static keyword within a function to create a function-local variable that persists across function calls.

  • @priya-we2hg
    @priya-we2hg 2 года назад +5

    Thank you ma'am 🙏🙏🙏🌹

  • @shubhamkartik7797
    @shubhamkartik7797 2 года назад +1

    Mera iss subject se koi lena dena nii hai..mai to yaha bas maam ko dekhne aa aaya hu😇😍

  • @sayednehal5002
    @sayednehal5002 2 года назад +1

    Mam your way of teaching is too good and soothing and your eyes 👁️ are beautiful. i am waiting for you to start python or java please 🙏

  • @utkarshsharma5267
    @utkarshsharma5267 2 года назад +1

    Maam aap itni aachi ho ki aaj se aapse hi padhi karunga bus

  • @TarshithBantupalli
    @TarshithBantupalli 2 месяца назад

    Thank you mam for such a wonderful explanation

  • @mudasirbhat137
    @mudasirbhat137 2 года назад +1

    Awesome Mam.when you was return trip of tamil nadu .we r wating these topics thank you man so much.will u visite to Kashmir Mam.

  • @hanmadragoniod4445
    @hanmadragoniod4445 2 года назад +3

    OMG this class is very far and advanced ❤️❤️ love for your hardwork for sake of students really appreciate mam ❤️

  • @its_srihari
    @its_srihari 2 года назад

    Really mam your explanation was very pretty

  • @Adityakumar-dl4vc
    @Adityakumar-dl4vc Год назад +1

    Awesome teacher

  • @libasnigus7116
    @libasnigus7116 2 года назад +1

    Thank you for your educational videos. Teach me about computer networking?

  • @Niraj_Kumar94
    @Niraj_Kumar94 2 года назад +1

    @jenny Mam try to upload a video everyday as soon as much possible to complete the course of c programming.

  • @Funfactory125
    @Funfactory125 Год назад +1

    Mam ,in the register int declaration you said pointer is not acceptable but what you explained is that we can use pointer i am not understood(yes and no cannot be in same syntax)

  • @hassanjaidi6251
    @hassanjaidi6251 2 года назад +2

    i don't have this subject but I'm seeing your video.mam☺️

  • @sanjays7255
    @sanjays7255 2 года назад

    Thanks for this awesome lecture 🔥🔥

  • @satyamgupta8489
    @satyamgupta8489 2 года назад

    You are so so beautiful ❤️ i am pharmacy students smj to nhi aa rha par vedio dekhe alg hi maza hai

  • @mukulsharma287
    @mukulsharma287 2 года назад +1

    U r too 😍 😊 cute. Thanks to make easy concept. Lv u 💕 💖 💓 💛

  • @bimanlama6912
    @bimanlama6912 2 года назад +2

    Your voice is so sweat mam

  • @pspankaj0312
    @pspankaj0312 2 года назад

    Ma'am I don't understand classes but I see u-R sooo beautiful soooo I'm here😄

  • @binaykumargiri5750
    @binaykumargiri5750 2 года назад +1

    Mai CA ka student hu... Mujhe samajh me kux ni aata but dekh ke achha lagta hai

  • @mahendaranantula8828
    @mahendaranantula8828 2 года назад

    auto key word is applicable to block or function/method but global value is applicable to whole function so auto is not correct to written in global area

  • @gowthamselvaraj7793
    @gowthamselvaraj7793 Год назад

    Mam..pls do detailed videos for java programming also...

  • @berojgarhindu
    @berojgarhindu 2 года назад

    Yr ye kitni awesome hai yr🥵🥵🥵😍😍😍😍😍😍😍😍

  • @gangsterrajsinghania
    @gangsterrajsinghania 2 года назад +1

    Ab to C sikh k rhunga 🥰

  • @nayeemtaj8458
    @nayeemtaj8458 2 года назад

    jenny madam pls Hindi may python full course banaye aap ki teaching tarikha bahutt achha rehata

  • @srimirasrimira9291
    @srimirasrimira9291 2 года назад +1

    Waiting for c++ class mam..thankyou soo much for all your classes mam

    • @sangeetarao2291
      @sangeetarao2291 2 года назад +1

      Please mam.start c ++ ....eagerly waiting

  • @ALCAbhisekjena
    @ALCAbhisekjena 2 года назад +2

    Mam I am a agriculture student but still am watching fr u😍

  • @ishikamakhija8438
    @ishikamakhija8438 2 года назад +1

    Please start java course from basic to advance.or can you recommend any book for java ??

  • @jonasasare5775
    @jonasasare5775 2 года назад +1

    And also compiler will automatically make a variable a register variable if it's frequently use

  • @Kxrthikf
    @Kxrthikf 2 года назад

    😒me toh commerce wala hu par phir bhi 👀haye mam ki har din ek class dekhta hun🙄💔dil mat todna madam ji 👀

  • @AnandKumar-nv7vj
    @AnandKumar-nv7vj 2 года назад

    Samajh me kuchh nhi aaya but dekh ke achha lga agar apko achha lge to like kar dijiyega mam plz.big fan

  • @asrEthio
    @asrEthio 2 года назад +1

    Love you really

  • @debojitacharjee
    @debojitacharjee 2 года назад

    *HOW CAN WE STORE IN CACHE MEMORY?* - storing in registers will obviously speed up the performance of the program but can we store in L1 cache of Intel processor? L1 will able to hold more data than registers and also faster than RAM.

  • @shikhajoshi8961
    @shikhajoshi8961 2 года назад +1

    mam can you please clear the question you asked about automatic storage class?

  • @sayemahmed4106
    @sayemahmed4106 2 года назад

    Good job 🇧🇩

  • @mahendaranantula8828
    @mahendaranantula8828 2 года назад

    if we declare auto key word in global area it will give error because the global area function declaration if may be applicable to another function so which that same auto variable value will be assigned to the another function so it will give error

  • @shreyanshraj688
    @shreyanshraj688 2 года назад +1

    I came here from a meme page. I had seen your funny video and your face looks so cute.

  • @HARM4NxSANDHU
    @HARM4NxSANDHU 2 года назад +1

    Hum to bs mam ko dekhe aye hain 😂❤️🔥

  • @aakasharora519
    @aakasharora519 2 года назад +2

    c++ next or time and space complexity next

  • @its_me_ashok_8046
    @its_me_ashok_8046 2 года назад +1

    Mam please upload vedios faster because we are left just 4 to 5 days for semester exam and after that we may not watch your vedios because we will get c++ language..

  • @ravinderappani4373
    @ravinderappani4373 2 года назад +1

    Will you please give the answer of that question about auto int globally!

    • @simpledude1196
      @simpledude1196 11 месяцев назад

      When we declare a variable at the global level (outside of any function), it is automatically assigned the static storage class by default, not the auto storage class....So,it is possible to keep int a; in the global part....Because it is considered as a static variable.

  • @sudhanshukushwaha6351
    @sudhanshukushwaha6351 2 года назад +1

    mam please tell now what i have to study after C language
    DSA or C++ 🥴

  • @abdulrahimjalloh363
    @abdulrahimjalloh363 Год назад

    Thanks mam

  • @sanjayrajput8973
    @sanjayrajput8973 2 года назад

    Mam i love u 🥺🤞🏻❤️

  • @nripesh
    @nripesh 2 года назад

    Informative

  • @chanduyadav8765
    @chanduyadav8765 2 года назад +1

    Mam please teach java course.

  • @sivakrishna6485
    @sivakrishna6485 2 года назад +1

    please explain Embedded c programming

  • @abdulrahimjalloh363
    @abdulrahimjalloh363 Год назад +1

    Mam, is it possible to make videos for Java ? If yes please help us mam

  • @shivkumar9500
    @shivkumar9500 Год назад

    Can we use scanf for register varaible bz u say can't use & unary operator.so how can use scanf for this.

  • @Bharath-g7y
    @Bharath-g7y 2 года назад +1

    Jenny my score was 14/50 in functionup 😅 help me to get a job 🙏

  • @xemahesh
    @xemahesh 2 года назад +2

    When it is going to complete??

  • @snobershahzadi9211
    @snobershahzadi9211 2 года назад +1

    The question u asked abt global variable not being auto i have the same confusion ....plz clear

  • @ekmission1410
    @ekmission1410 2 года назад +2

    Mam mai to sirf apko dekhne ata hu

  • @Prabhsaboxofficeking2989AD
    @Prabhsaboxofficeking2989AD 2 года назад

    Mam please make video about go to statement

  • @ramnareshtripathi4430
    @ramnareshtripathi4430 2 года назад

    Mam please start Java language series

  • @A_M_A_N794
    @A_M_A_N794 2 года назад

    awesome

  • @anitamatthew4409
    @anitamatthew4409 2 года назад

    Ma’am, please can we get a video on variadic functions. Thanks

  • @sSODISETTIGAYATRI
    @sSODISETTIGAYATRI Год назад

    The same doubt i get in previous video

  • @shreehanumanji1369
    @shreehanumanji1369 2 года назад +1

    mam eagarly waiting for c++

  • @santhosh961
    @santhosh961 2 года назад +1

    500th like🤙🤙🤙

  • @bhanuprasad9788
    @bhanuprasad9788 2 года назад +1

    Madam go on

  • @memewala9050
    @memewala9050 2 года назад

    I love you mam ❣️❣️❣️

  • @sunny632
    @sunny632 2 года назад +1

    Aap upsc padhao mam IAS banunga main🔥🔥🔥

  • @sachinsahu4274
    @sachinsahu4274 2 года назад +2

    Electrical engineer here 🤣🤣

  • @jaggamere_bhai9677
    @jaggamere_bhai9677 2 года назад

    Ohh, jenny madam. You make my heart throb....................💖..💖..💖..💖..💖..💖..💖..💖..💖..

  • @Prime_Picks_World
    @Prime_Picks_World 2 года назад

    Mam how much of classes are left of c course , currently I am at 70th lecture .

  • @user-jt9xi9mt7l
    @user-jt9xi9mt7l 2 года назад

    Shadi k liye aapka hth kise mngna hai 😍😍

  • @sandhyasandhya8101
    @sandhyasandhya8101 2 года назад

    Mam why we are declaring variables as local?

  • @honeycool9509
    @honeycool9509 2 года назад

    I love you ❤

  • @BhupendraKumarGupta-rk5mf
    @BhupendraKumarGupta-rk5mf 2 года назад

    Error : register name not specified for ‘jenny’
    register int jenny=2;
    int main()
    {
    .......
    .......
    }

  • @akhileshsingh955
    @akhileshsingh955 2 года назад +1

    Madam,aap Twitter per viral ho chuki ho

  • @bhagyashree1483
    @bhagyashree1483 2 года назад

    ANY NOTES AVAILABLE ?

  • @Zarekgamer-RR
    @Zarekgamer-RR Месяц назад +1

    Cute

  • @sambhawkumar185
    @sambhawkumar185 2 года назад

    Mam if you add Java language in your play list it will increase your subscriber upto 4 million

  • @respect2378
    @respect2378 2 года назад +2

    Who's their after viral video

  • @honeycool9509
    @honeycool9509 2 года назад +1

    Mam apki video kya viral hui mai llb ka student apko dekhne yha baar baar a rha hu

  • @AVNEESHKUMAR-qx6ym
    @AVNEESHKUMAR-qx6ym 2 года назад +2

    Insta Meme reaction please 😋

  • @bhuvanchandra3102
    @bhuvanchandra3102 2 года назад

    I love you mam 💘

  • @dorshettyganesh7117
    @dorshettyganesh7117 Год назад

    What is the life time of registers

    • @eswares8949
      @eswares8949 4 месяца назад

      The life time of a register same as auto whithin the block

  • @prasadsahoo9824
    @prasadsahoo9824 2 года назад +2

    Hello Mam
    Please upload the video in data structures

  • @bharathvudi7383
    @bharathvudi7383 2 года назад +3

    HOW MANY SEEN RRR MOVIE 🤔👍👍👍

  • @you-ry2bh
    @you-ry2bh 2 года назад +11

    Anyone here from instgram 👍😂

  • @akhilmittal3283
    @akhilmittal3283 2 года назад +1

    Hello mam

  • @manudevtyagi7083
    @manudevtyagi7083 2 года назад +1

    Ma'am aap Instagram pr chaa rhi ho...

  • @yogeshchaudhary882
    @yogeshchaudhary882 2 года назад +1

    Me to memes page ko dekh k aaya hu idhar

  • @elonmusk9285
    @elonmusk9285 2 года назад

  • @harishdhakad4235
    @harishdhakad4235 2 года назад +1

    Muje v admission lena h

  • @ritiksingh1200
    @ritiksingh1200 2 года назад

    I dont tknow why I am here, i am a defence aspirant...