To what value do nonglobal variables default?
1) auto
2) register
3) static
Answer Posted / anilkumar927@gmail.com
static
explation:
all non global variables are act as static
all local variables are act as auto
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are pointers? What are stacks and queues?
What are c identifiers?
How to write a code for reverse of string without using string functions?
Why does everyone say not to use gets?
Why is c platform dependent?
What is a structure member in c?
Lists the benefits of c programming language?
Why can’t we compare structures?
How to find a missed value, if you want to store 100 values in a 99 sized array?
What is the use of c language in real life?
Explain function?
Simplify the program segment if X = B then C ← true else C ← false
What 'lex' does?
What does nil mean in c?
Can we access array using pointer in c language?