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

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

a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

1050


Explain the concept and use of type void.

1167


Explain data types & how many data types supported by c?

1133


Do you know the difference between exit() and _exit() function in c?

1111


What are called c variables?

1127


Can we change the value of constant variable in c?

1113


Explain how can you restore a redirected standard stream?

1153


What should malloc(0) do?

1187


Why do we need volatile in c?

1230


How do I send escape sequences to control a terminal or other device?

1121


Explain what is output redirection?

1246


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

1308


What does & mean in scanf?

1166


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1946


How can you allocate arrays or structures bigger than 64K?

1200