To what value do nonglobal variables default?




1) auto


2) register


3) static

Answer Posted / k.kavitha

1) Auto

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of unary operators?

663


What is the difference between Printf(..) and sprint(...) ?

791


What is exit() function?

562


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

636


What is modeling?

648






Which type of language is c?

654


Explain what is the best way to comment out a section of code that contains comments?

723


Is a pointer a kind of array?

602


Explain what’s a signal? Explain what do I use signals for?

613


what are enumerations in C

725


Differentiate call by value and call by reference?

570


All technical questions

1512


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

648


What is the stack in c?

720


What is a void pointer? When is a void pointer used?

627