To what value do nonglobal variables default?
1) auto
2) register
3) static
Answers were Sorted based on User's Feedback
Answer / 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 |
Which is an example of a structural homology?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Why isn't any of this standardized in c? Any real program has to do some of these things.
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What does the message "warning: macro replacement within a string literal" mean?
Can static variables be declared in a header file?
What are all different types of pointers in c?
i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement
What is the easiest sorting method to use?
Explain zero based addressing.
Can we include one C program into another C program if yes how?
what is the difference between unix os and linux os