C Functions Question:
Download Questions PDF

Do you know the use of "auto" keyword?

C Functions Interview Question
C Functions Interview Question

Answer:

When a certain variable is declared with the keyword 'auto' and initialized to a certain value, then within the scope of the variable, it is reinitialized upon being called repeatedly.

Download C Functions Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know the purpose of "register" keyword?Are the variables argc and argv are always local to main?