Storage Classes in C | C Language Tutorial

Поділитися
Вставка
  • Опубліковано 27 гру 2024

КОМЕНТАРІ • 74

  • @NareshIT
    @NareshIT  5 років тому +12

    Please Comment, Subscribe and Click Bell🔔🔔🔔 Icon for More Updates. To learn software course from our experts please register here for online training: goo.gl/HIB0wL

  • @Razzotube
    @Razzotube 5 років тому +27

    Simple presentation
    Simple english
    U r simple
    😍😍
    Thanks a lot ...

  • @samanvithachidella2485
    @samanvithachidella2485 6 років тому +19

    Super sir.... Mee teaching ki evarainaa fidaa avvalsinde.... 🙂🙂
    Thank 🙏U soo much

  • @ananthakrishnanmb454
    @ananthakrishnanmb454 4 роки тому +7

    Sir your explanation has been very great than my college professors.

  • @vishals2576
    @vishals2576 5 років тому +7

    Thank you very much! Even our college didnt teach this topic with such depth!!

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

    simple and clear explanation.... Thank you sir..

  • @sikander_ansari
    @sikander_ansari 5 років тому +2

    Great Explanation and examples Sir 👍😎

  • @laveshpuraswani7027
    @laveshpuraswani7027 5 років тому +2

    Simple but out standing 😍

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

    Clear explanation, thank you sir🙏

  • @naturebytes8673
    @naturebytes8673 7 років тому +8

    sir plss upload remaining two storage classes

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

    good explanation and i want as same next two types static and external

  • @barakyehuda1
    @barakyehuda1 6 років тому +3

    Thank you !
    Great explanation!

  • @prathipatijosh2063
    @prathipatijosh2063 5 років тому

    Superbbb explanation sir . Not only this video but also remaining videos

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

    So easy explanation really helpful

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

    Nice explanation 👌👌

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

    Great explanation sir

  • @suryaprakash8153
    @suryaprakash8153 5 років тому +1

    Sir nice video it helped me a lot

  • @karthikkv2324
    @karthikkv2324 5 років тому +3

    Set playback speed to 1.25
    Saves our time.

  • @AjayKumar-zq7vm
    @AjayKumar-zq7vm 6 років тому +10

    3rd part is missing sir of storage classes

  • @nagaraju-jo7rx
    @nagaraju-jo7rx 4 роки тому +1

    sir please enplane compiling process .your teaching very much compare to other video and also understandingly request sir,

  • @annejeroldin6591
    @annejeroldin6591 7 років тому +8

    please upload static and external storage class sir.

    • @naturebytes8673
      @naturebytes8673 7 років тому

      did u get the video about remaining storage class

    • @urmadhu6367
      @urmadhu6367 6 років тому

      Ok

    • @urmadhu6367
      @urmadhu6367 6 років тому

      @@naturebytes8673 s

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

      ua-cam.com/video/n5rk3nFB0GI/v-deo.html

  • @mallelalokeswari746
    @mallelalokeswari746 5 років тому +3

    Sir your explain super but infix and postfix programmatically explain for that

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

    perfect explanation,

  • @not_intrested
    @not_intrested 4 роки тому +1

    I like ur method of explaining with examples 😍

  • @tamilmaranc
    @tamilmaranc 4 роки тому

    Too excellent explanation sir Great

  • @SAM8524---
    @SAM8524--- 3 місяці тому

    Sir their is no video on Static and external storage class in C pl with example ...... i have checked twice.... if possible share the link
    thank u....regards

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

    well said sir ....

  • @jagadeshs9229
    @jagadeshs9229 6 років тому +3

    please upload static and externai storage class sir

  • @madhumithar4833
    @madhumithar4833 4 роки тому

    If there was a global declaration of a and inside the block there was no declaration, what would be the output?

  • @hrithikpandey2656
    @hrithikpandey2656 4 роки тому

    Nice explanation!!

  • @dineshmohite3819
    @dineshmohite3819 4 роки тому

    Best teacher 💯

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

    Program Scope Variable (Default = 0)
    Method/Function Scope Variable (Default = 1)
    Block Scope Variable (Default = Garbage Value)

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

      for both program and method scope default = 0...

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

    Thanks ❤️

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

    super bhai

  • @sathishraokanjarla2631
    @sathishraokanjarla2631 6 років тому +1

    Where is static and external sir ... please upload...

  • @aydinahmadli7005
    @aydinahmadli7005 7 років тому +2

    very helpfull

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

    Why global and local scopes are here?

  • @tapanjeetroy8266
    @tapanjeetroy8266 6 років тому +1

    thank you sir...

  • @nkjha6625
    @nkjha6625 4 роки тому

    Hello sir , sir plz upload remaining types of storage class .

  • @praveenkumar8581
    @praveenkumar8581 5 років тому +2

    Sir
    { int a ;
    printf("%d",a); }
    I think this statement will print value 10 because of global variable defined...? Help Sir.

    • @saimallikarjuna
      @saimallikarjuna 5 років тому

      no it will return garbage value since block scope is there ...

    • @shivaKumar-cl1jx
      @shivaKumar-cl1jx 5 років тому

      No it is a local variable
      Output should be garbage value

  • @yashwanthmukka1083
    @yashwanthmukka1083 7 років тому +1

    Please upload the remaining two storage classes sir

    • @balagurudurai7582
      @balagurudurai7582 7 років тому

      Sir please upload remaining storage class immediately

  • @venkataramana-hu8mx
    @venkataramana-hu8mx 6 років тому

    please upload static and external storage class sir...........

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

    good sir

  • @ramnnachary4854
    @ramnnachary4854 6 років тому +1

    Plz upload extern and static plzzz ......sirrrr plzzzz

  • @shwetamathur9228
    @shwetamathur9228 4 роки тому

    sir aapka koi aisa course b h kya jisme aapne CS ka complete syllabus kra rkha ho ?? plz tell me sir . i m ready to buy even if it is paid ..

  • @shrikantgore6897
    @shrikantgore6897 6 років тому

    Sir which book should I refer for c

  • @rkarthickraja5846
    @rkarthickraja5846 4 роки тому +1

    Nice

  • @sarathamani374
    @sarathamani374 4 роки тому

    Thank u sir

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

    thnk u sir

  • @mdmuquimakhter5145
    @mdmuquimakhter5145 5 років тому

    The output is
    0
    30
    10... Why 0 ??

  • @amitdhote6736
    @amitdhote6736 6 років тому

    Upload video on static and extern storage class. And videos are awesome

  • @mohitbajaj5188
    @mohitbajaj5188 4 роки тому

    Nyc content

  • @someinteresting5629
    @someinteresting5629 5 років тому +1

    GREAT

  • @manojkumarsahoo5014
    @manojkumarsahoo5014 5 років тому +1

    Sir please teach easily

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

    Are you tamil sir

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

    Ohh aangreezi

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

    ❤️

  • @SureshYadav-fi8hm
    @SureshYadav-fi8hm 6 років тому

    Petindokati Chepindokati
    Time waste chesav

  • @mr_abhii006
    @mr_abhii006 5 років тому

    Please remove subtitles

  • @mohammedzidan5279
    @mohammedzidan5279 5 років тому

    Aregato!

  • @dineshchintu9779
    @dineshchintu9779 4 роки тому

    Read more

  • @MonikaKumari-er4de
    @MonikaKumari-er4de 3 роки тому

    Thank you sir