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
What is the use of f in c?
Why flag is used in c?
What is a pragma?
What is the difference between scanf and fscanf?
What is a nested formula?
What are the restrictions of a modulus operator?
What does the error 'Null Pointer Assignment' mean and what causes this error?
How can I read data from data files with particular formats?
Explain how can you tell whether a program was compiled using c versus c++?
What are the differences between Structures and Arrays?
Disadvantages of C language.
What is clrscr in c?
How can you increase the allowable number of simultaneously open files?
how to build a exercise findig min number of e heap with list imlemented?
When would you use a pointer to a function?