Basic and Advance C Question:
Download Questions PDF

What is the auto keyword good for?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
C is not C++. Typedef names are not automatically generatedWhat is wrong with this declaration?