To what value do nonglobal variables default?




1) auto


2) register


3) static

Answers were Sorted based on User's Feedback



To what value do nonglobal variables default? 1) auto 2) register 3) stati..

Answer / k.kavitha

1) Auto

Is This Answer Correct ?    15 Yes 1 No

To what value do nonglobal variables default? 1) auto 2) register 3) stati..

Answer / shruti

Non global variables = local variables..

all non global variables default auto..

Is This Answer Correct ?    3 Yes 0 No

To what value do nonglobal variables default? 1) auto 2) register 3) stati..

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

To what value do nonglobal variables default? 1) auto 2) register 3) stati..

Answer / srinivas

static

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More C Interview Questions

What is the sizeof () a pointer?

0 Answers  


What is typedf?

0 Answers  


Explain how do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


difference between the array and linked list general difference related to memory

2 Answers  


if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.

18 Answers   Parexel, Ram Infotech, Zycus Infotech,






Should I learn c before c++?

0 Answers  


Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);

5 Answers  


Explain what is the difference between functions getch() and getche()?

0 Answers  


What are all different types of pointers in c?

0 Answers  


State two uses of pointers in C?

0 Answers   Aspire, Infogain,


what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }

3 Answers   HCL,


What is selection sort in c?

0 Answers  


Categories