Storage class specifiers in c
Storage class specifiers in c The Storage class specifiers in c refer to how widely it is known among a set of function in a program. In other words, how the memory reference is carried out for a variable. Every identifier in C/C++ not only has a type such as integer, double and so on … Read more