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 are two dimensional arrays alternatively called as?
diff between exptected result and requirement?
hi, which software companys will take,if d candidate's % is jst 55%?
Is c weakly typed?
Is c language still used?
what is the diffrenet bettwen HTTP and internet protocol
Why is c platform dependent?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
How can I list all of the predefined identifiers?
What are the differences between new and malloc in C?
What is the size of structure pointer in c?
What is a char c?
Why clrscr is used after variable declaration?
What is union and structure in c?
Why structure is used in c?