Computer Science, asked by BROLY300, 15 days ago

What are storage classes in c programming
language

Answers

Answered by ssanthoshraghul
0

Answer:

Auto, extern, register, static are the four different storage classes in a C program. A storage class specifier in C language is used to define variables, functions, and parameters. auto is used for a local variable defined within a block or function. ... Each one has its use case within a C program.

Explanation:

Mark me as brain list

Similar questions