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


Please Help Members By Posting Answers For Below Questions

What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

746


Write a program which returns the first non repetitive character in the string?

603


Are the variables argc and argv are local to main?

789


What is #line?

611


What is quick sort in c?

585






What language is windows 1.0 written?

574


What is non linear data structure in c?

577


In which language linux is written?

605


How can you tell whether a program was compiled using c versus c++?

619


show how link list can be used to repersent the following polynomial i) 5x+2

1678


What is union and structure?

574


I heard that you have to include stdio.h before calling printf. Why?

588


What are global variables and how do you declare them?

621


application attempts to perform an operation?

1495


What is the advantage of using #define to declare a constant?

621