53 - STORAGE CLASSES - C PROGRAMMING

preview_player
Показать описание
Storage Classes are of 4 Types
1) Automatic (Keyword - auto) (Default Storage Class)
2) Static (Keyword - static)
3) Extern (Keyword - extern)
4) Registers (Keyword - register)

Difference among all these storage classes is in LIFETIME and SCOPE.
Рекомендации по теме
Комментарии
Автор

Best coching class in free of YouTube... U r really good sir

Shrishayspices
Автор

Your explanations are amazing...if you can make videos on data strut and algorithms it would be really helpful sir

MrShanjey
Автор

I had explored a lot of different videos on different channels for understanding the concept of Storage classes but the doubts were still on. But after watching this video, everything is clear now. Thanks for explaining it in this great way. Thanku so much. I am your student for now. And have great respect for u sir.

yoga-asolution.....
Автор

really awesome class, each and every minute is understandable and no doubts because it's damn clear.sir i wish you could be my ug c programming

tamilarasan
Автор

I am interested to learn C programmings as you teaching every concept at the basic level . Thanks a lot Sir

sumithmohan
Автор

Crystal clear explanation, thanks a lot Sir !!!

padmaraghunathan
Автор

You are too good teacher sir, love your teaching 🥰🥰🥰😍😍😍😊😊🤗🤗. May God bring more teacher's like you in this bad people environment world

shashwatshukla
Автор

really loved the way you explained..!!

siddheshthakar
Автор

Sir apki videos dekh kr bht mja aa jata h.mn krta h sari videos dekhlu ek baar m bilkul bhi bore nhi hota.

sonalilifestyle
Автор

1 st comment in YouTube
Literally best video I found
Very clearlly explained

motivational
Автор

Thank u so much. i have learned a lot from your video.
In auto declaration, if we did not initialize the value of the variable. we get incremented value.
int main(){
increment();
increment();
increment();
}
increment(){
int i;
i += 1;
printf("%d", i);
}
you will get output as 123

jansiranibdumtcs
Автор

I am very confused about this topic but when I saw this video. It cleared all my doubts.
Thank you sir 🙏

aavyasingh
Автор

Thank you sir for such a important tutorial on c language

binodlamichhane
Автор

Thank you sir
You explanation is super🔥

nofap
Автор

Thank you sir...this video was very much helpful

cseabhishekranjan
Автор

Thanks sir... U r really good teacher...

Shrishayspices
Автор

Really sir, u r an amazing teacher.... Your videos r really helpful 👍

radhikajain
Автор

I like the way you demystify storage classes. Have some doubts on how to manage external variables when we include other library files (.h or .c) with variables in the header section

edutech
Автор

U R Explanation is awesome sir ..Thank you sir

rayuduchowdary
Автор

thank you sir.... your video is so simple and eassy to understand for learning

akshatjain