To what value do nonglobal variables default?
1) auto
2) register
3) static
Answer Posted / shruti
Non global variables = local variables..
all non global variables default auto..
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain what is the benefit of using #define to declare a constant?
How will you divide two numbers in a MACRO?
what is a function method?give example?
what is the significance of static storage class specifier?
What is the difference between the = symbol and == symbol?
Explain what header files do I need in order to define the standard library functions I use?
When should I declare a function?
Why isnt any of this standardized in c?
What are terms in math?
What are the characteristics of arrays in c?
Explain which function in c can be used to append a string to another string?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What functions are used in dynamic memory allocation in c?
Explain do array subscripts always start with zero?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters