Basic and Advance C Question:
Download Job Interview Questions and Answers 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 Question | Next Question |
C is not C++. Typedef names are not automatically generated | What is wrong with this declaration? |