C_145 Solved Problems on Storage Classes in C | Technical Interview Question

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ต.ค. 2024

ความคิดเห็น • 54

  • @JennyslecturesCSIT
    @JennyslecturesCSIT  ปีที่แล้ว +11

    Correction:
    Default Storage class of global variables is Static

  • @naimishaawasthi56
    @naimishaawasthi56 2 ปีที่แล้ว +3

    Beautiful, easy to understand explanations hands down ....what a superb educator u are ma'am....jitni tareef karun Kam hai ....

  • @vetrivel1740
    @vetrivel1740 ปีที่แล้ว +1

    I have commented earlier, commenting again now. You have left bit fields in structures, type casting pointers, typedef a fuction pointer. passing a fn pointer as an argument to a fn. a function returning a function pointer. Your videos are highly appreciated. I am not pointing out your faults. I am just reminding you so that your students get indepth knowledge.
    There is still a lot.

  • @Adityakumar-dl4vc
    @Adityakumar-dl4vc ปีที่แล้ว +1

    Thanks for making this types of video this types of video help me a lot

  • @vetrivel1740
    @vetrivel1740 ปีที่แล้ว +1

    hatsoff to your videos. You are the reason I am in a good position now.

  • @princearya3814
    @princearya3814 ปีที่แล้ว

    you are the best teacher I have meet till now ,thanks you very much mam you made me to complete my all topics on c programming 😇😇😇😇😇😇🤗🤗🤗

  • @aerpularishi7003
    @aerpularishi7003 2 ปีที่แล้ว +2

    Ma'am please explain about enumerated data and self-referntial structures.....

  • @richiagrawal1616
    @richiagrawal1616 2 ปีที่แล้ว

    Thankyou vey much ma'am, following your methods from earlier videos I was able to solve 2nd question corretly... Thankyou for explaining everything so simply😀

  • @narsimhulur.k6450
    @narsimhulur.k6450 ปีที่แล้ว

    Thank you madam you explanation for solving problems in C request madam

  • @madhanagopalselvaganapathi8341
    @madhanagopalselvaganapathi8341 2 ปีที่แล้ว +2

    Please explain pascal's triangle program- it's my humble request🙇

  • @Ashishkumar-qt3iu
    @Ashishkumar-qt3iu 2 ปีที่แล้ว

    Hello mam 😊 Your lectures are very helpful and informative . You are doing great work . You are so so cute and You are so talented. App bahut hi cute or pyaari he 😊. Adorable ❤

  • @sscode3809
    @sscode3809 2 ปีที่แล้ว

    Mam file handling ka concept bataye please and explain the different example and very good explanation in this topic

  • @nobojittanti207
    @nobojittanti207 2 ปีที่แล้ว +1

    Ma'am please makes video on (The Preprocessor)

  • @hamzamirza5045
    @hamzamirza5045 2 ปีที่แล้ว +1

    So sweet of you mam i am here after watching your video on instagram mam you are so sweet mam love u mam😙😙 and 1 aur baat mam ma larki hu larka nae mery bhai ki id ha ye 😁😁

  • @sivakrishna6485
    @sivakrishna6485 2 ปีที่แล้ว

    volatile keyword ,bit fields, macros, conditional compilation

  • @augustinradjou3909
    @augustinradjou3909 2 ปีที่แล้ว

    Sis can you make a playlist for algortihm separately please ..if it is already there please share the link...I search that algortihm and database structure mixed playlist there but I need separately for algortihm..and I am studying 12 std now next month public exam after that I am going to take cse and you are my first teacher..thanks for your hard work(selfless work)👌💪😎

    • @augustinradjou3909
      @augustinradjou3909 2 ปีที่แล้ว

      I am got again here with completing all the lessons before in c ...🤣😉🤞

  • @selvanandhini3883
    @selvanandhini3883 2 ปีที่แล้ว +1

    Hi Mam,Could you please make video for volatile keyword and explain one example program?

  • @ygirlzcreations5630
    @ygirlzcreations5630 2 ปีที่แล้ว

    Hii mam I have a doubt in this,
    #include
    Enum language {c,java=3,python,php};
    main(){
    float arr[c+php]={1.0f,2.1f,3.2f,4.3f,5.4f};
    enum language lang=python;
    Printf(“% .1f”,arr[lang>>1+1]);
    }
    Output: 2.1
    How this output is possible (I need explanation for this mam)

    • @arohigupta4766
      @arohigupta4766 ปีที่แล้ว +1

      1. The value of python will be 4. As in enum if a value is assigned to one member then the next member is going have a value of "value+1".
      Here java has value of 3 so python is going to have 3+1 value that is 4.
      2. Now float arr[c+php] means float arr[0+5] that is float arr[5]
      3. enum language lang=python means it is assigning lang = 4
      4. Next in print statement it is arr[lang>>1+1].
      Here it is right shift operator vs binary and binary has precedence.
      So arr[lang >> 2]. That is 4>>2. The value of 4 right shift 2 is 1.
      Now arr[1] is 2.1f
      But here it is asking as "%.1f" means only one value after float hence the final answer is 2.1

  • @manu_gurjar306
    @manu_gurjar306 2 ปีที่แล้ว

    Mam aapko dek k mujhe kisi ki boht yaad aayi 🥺 aapka face unse match karta hai , 🥺🥺❤️

  • @ravimahato7689
    @ravimahato7689 2 ปีที่แล้ว

    Mam I am giving test in Function up platform and I am selected but usne bola ko abhi to aap 0₹ me padhiyea but jab aapka placement hoga uske baad aapka salary se 70% katega jah to 2.95 lakh complete nhi ho jaata h, mam mujhe lagta h ki kafi mahaga padega, qki mam 70% salary to fee me hi chal jaayega. Please reply mam 🙏🙏🙏🙏 thank you ❤ Ravi from jamshedpur ❤

  • @21BD1A05R
    @21BD1A05R ปีที่แล้ว

    WRONG thing is the default storage class of global variable is static , I searched in many places of internet.

  • @sagaryadu45
    @sagaryadu45 9 หลายเดือนก่อน +1

    Mam i think you have to little bit concentrate on graphics chapter.!

  • @ketanchhodavadiya4071
    @ketanchhodavadiya4071 2 ปีที่แล้ว +1

    Please mam i request you to make full course of "Java" like c language

  • @chetanchugh2820
    @chetanchugh2820 2 ปีที่แล้ว

    Mam, Graphics in C topic is left.

  • @CaptPARAS
    @CaptPARAS 2 ปีที่แล้ว

    I just love her! ❤️

  • @chiragvarshney250
    @chiragvarshney250 ปีที่แล้ว

    Ma'am is there any short trick to solve the problem 😢. Although I understand 👍. But I can be helpful for competitative coding

  • @lukalapusantoshrao4012
    @lukalapusantoshrao4012 2 ปีที่แล้ว

    Could you please explain real time use case of unions and union's as member of structures.

  • @weentertain7246
    @weentertain7246 2 ปีที่แล้ว

    Thank you very much 😊

  • @abdulrahimjalloh363
    @abdulrahimjalloh363 ปีที่แล้ว

    Thnaks mam

  • @Logan-ig7sm
    @Logan-ig7sm ปีที่แล้ว

    Mam when I checked on internet that what is the default storage class for global variable the ans come out static and mam we can't initialise extern variables and you are saying that the for default storage class for global variables is extern can anyone explain??

  • @snehayadav9275
    @snehayadav9275 ปีที่แล้ว

    lecture starts at 2:15

  • @aparnamane4899
    @aparnamane4899 2 ปีที่แล้ว

    thank you mam😊

  • @boddupallypranithbp8635
    @boddupallypranithbp8635 11 หลายเดือนก่อน

    Madam can you exaplain important question in one video

  • @priya-we2hg
    @priya-we2hg 2 ปีที่แล้ว

    Thanks mam🙏

  • @knvmanideep5952
    @knvmanideep5952 ปีที่แล้ว

    Command line arguments

  • @beyond_akshii
    @beyond_akshii 2 ปีที่แล้ว

    Thnk uuu

  • @anilbhukya6463
    @anilbhukya6463 2 ปีที่แล้ว

    maam the given static problem is getting possible for only number 16 why?

    • @gregkym8129
      @gregkym8129 ปีที่แล้ว

      try 32😅😅😅

  • @TRADEWITHJOHN
    @TRADEWITHJOHN 2 ปีที่แล้ว

    Aapka ek video insta ka mames pr bahot virel ho rha❤️❤️❤️

  • @md.musaal-kazim1774
    @md.musaal-kazim1774 2 ปีที่แล้ว

    I'm from Bangladesh mam🥰

  • @shobhanrahman5234
    @shobhanrahman5234 2 ปีที่แล้ว

    Nice 👍

  • @abhishekbaraskar9465
    @abhishekbaraskar9465 2 ปีที่แล้ว

    Pls upload c++ videos 🙏🙏🙏🙏🙏

  • @TRADEWITHJOHN
    @TRADEWITHJOHN 2 ปีที่แล้ว +1

    ❤️❤️❤️❤️

  • @NNN-sl3pd
    @NNN-sl3pd 2 ปีที่แล้ว

    ma'm waiting for your java...plzzzz

  • @harshvarshney9979
    @harshvarshney9979 2 ปีที่แล้ว

    Mam please c++ ki ak video bana do

  • @amanvlog_beats4504
    @amanvlog_beats4504 2 ปีที่แล้ว

    😍😍😍😍

  • @manu_gurjar306
    @manu_gurjar306 2 ปีที่แล้ว

    Mam ki insta I'd ?

  • @chidambarampaiyan6014
    @chidambarampaiyan6014 2 ปีที่แล้ว

    You look so gorgeous 😍😘

  • @surajkumar6362
    @surajkumar6362 2 ปีที่แล้ว +1

    I am first

  • @dalzlex8052
    @dalzlex8052 2 ปีที่แล้ว

    waaaaaaaaao

  • @akhilalladi3188
    @akhilalladi3188 2 ปีที่แล้ว

    Hi Ms. Jenny , if you don't mind I ask one thing.
    Are you married?