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
What are the back slash character constants or escape sequence charactersavailable in c?
What is wrong with this code?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
How can I get the current date or time of day in a c program?
What is meant by realloc()?
Is there a way to jump out of a function or functions?
What is the significance of an algorithm to C programming?
Describe the steps to insert data into a singly linked list.
Explain void pointer?
difference between native and cross compilers
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
Why header file is used in c?
What is difference between union and structure in c?
What math functions are available for integers? For floating point?
What are identifiers and keywords in c?