Перейти к содержимому

#31 Storage classes in C++ | C++ Tutorial for Beginners (Hindi)

Code Ka Dose

0:00 / 0:00

#31 Storage classes in C++ | C++ Tutorial for Beginners (Hindi)

12 899 просмотров · 4 года назад
Code Ka Dose
62 тыс. подписчиков
12 899 просмотров · 4 года назад
● Storage Classes are used to describe the features of a variable/function. ● These features basically include the scope, visibility and lifetime which help us to trace the existence of a particular variable during the runtime of a program. ● Every variable in C++ has two features: type and storage class. ● Type specifies the type of data that can be stored in a variable. For example: int, float, char etc. ● Storage classes are used to specify the lifetime (determines how long a variable can exist) and scope of variable (determines which part of the program can access it) or function within a program. C++ PDF NOTES : https://drive.google.com/drive/folder... Connect with me on : Telegram : https://t.me/rahul_vs Twitter :   / de_codrr   Linkedin :   / i-rahul-vishwakarma   Instagram :   / codekadose1   Facebook :   / irahulvs   ----------- IGNORE THIS---------------- storage classes in c++ storage classes in c pdf storage classes in c with examples storage classes in c interview questions register storage classes in c how many storage classes in c extern storage classes in c auto storage classes in c #codekadose #cpp #