Static Variables, Storage Class in C Programming Language Video Tutorial

preview_player
Показать описание
In this C programming language video tutorial / lecture for beginners video series, you will learn about static storage class in detail with example.

You will learn one of the storage classes available in c classed static storage in detail along with them, how to define a variable, where the variable with static storage class will be stored, for which variables we have to use it etc in detail with an example.

you will also learn how to preserve the values of variables between the function calls in detail with an example.

Learn Programming in HINDI at our youtube channel

Catch us on Social Media
Рекомендации по теме
Комментарии
Автор

Thanks for the knowledge, i'm following all of your tutorials.

adir
Автор

Helpful! Appreciate the effort! thankyou

anirudhsethi
Автор

now i understood the need of static variable

SV-zios
Автор

Thanks for the video. It would be beneficial for the viewers if you included the usage of the static keyword with function scope as well.

fahad
Автор

IT WAS TRULY HELPFUL :) but i had a confusion What if i used a global variable int x before main()... instead of static int x... they both will persist the value after the function calls ...

rajarshi
Автор

dear you said in this video that static is stored in



eaglehunt
Автор

What is the meaning of processed between the functions?

himanshuchugh