What are the storage classes in C?



What are the storage classes in C?..

Answer / Gaurav Bansh

In C, there are five storage classes: auto, register, static, extern, and typename. They control variable lifetime and visibility.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

how to find the binary of a number?

10 Answers   Infosys,


what are the advantages & disadvantages of unions?

2 Answers  


What are c identifiers?

1 Answers  


Why is this loop always executing once?

1 Answers  


what is difference b/w extern & volatile variable??

6 Answers   Teleca,


What is methods in c?

1 Answers  


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

1 Answers   CSC, Wipro,


how many error occurs in C language ?

22 Answers   Infosys, Wipro,


What is C++

4 Answers  


What are the concepts introduced in OOPs?

3 Answers  


parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..

4 Answers  


Give the Output : * * * * * * * * * *

2 Answers  


Categories