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
How do you define CONSTANT in C?
Why is structure padding done in c?
is it possible to create your own header files?
Why is structure important for a child?
What are the advantages of using Unions?
Explain the use of #pragma exit?
What are the characteristics of arrays in c?
What is the modulus operator?
What is a list in c?
List some basic data types in c?
What is keyword in c?
Is multithreading possible in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is the use of volatile?
Write a program for finding factorial of a number.