the default storage class of local variables in c programming language is
Answers
Answer:
auto storage class
Explanation:
plz mark me as brainliest
The given question is that the default storage category of native variables in an exceedingly c artificial language is
In general, a global variable could be a variable that's accessible globally.
A local variable is just accessible to the present scope, like temporary variables employed in one performed definition
This is the default storage category for all the variables declared within a perform or a block.
The outline of Storage categories in C is given as
Class Name of sophistication Scope
auto Automatic. native
extern External world
static. Static native
register Register native
static is the default storage category for global variables.
Hence, the default keyword auto is used in writing programs in C language.
#spj6