Do you know the use of 'auto' keyword?



Do you know the use of 'auto' keyword?..

Answer / Abhishek Pratap Singh

"The auto keyword in C is optional when declaring variables within functions. By default, all local variables in a function are implicitly declared with the auto keyword. It indicates that storage for the variable should be allocated on the stack during runtime."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Explain Function Pointer?

1 Answers   Wipro,


how can i calculate mean,median,mode by using c program

1 Answers   HCL,


how to find the sizof of any datatype using bit manipulations

3 Answers  


Can you define which header file to include at compile time?

1 Answers   Aspire, Infogain,


tell me the full form of c?

2 Answers  


What is dynamic memory allocation?

1 Answers  


write a progrmm in c language take user interface generate table using for loop?

0 Answers  


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


WHAT IS ABSTRACT DATA TYPE

4 Answers   Wipro,


Explain the priority queues?

1 Answers  


Apart from dennis ritchie who the other person who contributed in design of c language.

1 Answers  


how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

0 Answers  


Categories