Embedded System Question:

Explain What are the different storage classes in C?

Tweet Share WhatsApp

Answer:

Four types of storage classes are there in c.
1.Auto
2.Register
3.Static
4.Extern or Global

Download Embedded System PDF Read All 21 Embedded System Questions
Previous QuestionNext Question
Explain Can we have constant volatile variable?Explain What is forward reference w.r.t. pointers in c?