Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 pass by reference in functions?

0 Answers  


Explain how do you list files in a directory?

0 Answers  


What is the use of a semicolon (;) at the end of every program statement?

1 Answers  


A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }

2 Answers   Wipro,


What is a pointer on a pointer in c programming language?

0 Answers  


What are signals in C?

2 Answers  


What are the 5 types of inheritance in c ++?

0 Answers  


What are the restrictions of a modulus operator?

0 Answers  


Why c is a procedural language?

0 Answers  


how can I convert a string to a number?

0 Answers  


write a c program to add two integer numbers without using arithmetic operator +

13 Answers   Value Labs,


Explain the advantages and disadvantages of macros.

0 Answers   TCS,


Categories