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...

In which area global, external variables are stored?

Answer Posted / vishnu

Global variables if not initialised when decleared then it
will be stored in BSS(Block Segmented by Symbol). If it is
initilised then it will be stored in Data area.
Extern variables are stored int Data area.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the back slash character constants or escape sequence charactersavailable in c?

1230


What is wrong with this code?

1241


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

1232


How can I get the current date or time of day in a c program?

1269


What is meant by realloc()?

1201


Is there a way to jump out of a function or functions?

1165


What is the significance of an algorithm to C programming?

1095


Describe the steps to insert data into a singly linked list.

1118


Explain void pointer?

1096


difference between native and cross compilers

2171


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

2085


Why header file is used in c?

1156


What is difference between union and structure in c?

1244


What math functions are available for integers? For floating point?

1184


What are identifiers and keywords in c?

1198