Basic and Advance C Question:

What is the auto keyword good for?

Tweet Share WhatsApp

Answer:

Nothing; it's archaic. (It's a holdover from C's typeless predecessor language B, where in the absence of keywords like int a declaration always needed a storage class.)

Download C Programming PDF Read All 221 C Programming Questions
Previous QuestionNext Question
C is not C++. Typedef names are not automatically generatedWhat is wrong with this declaration?