--- In [EMAIL PROTECTED], gururaj bo <[EMAIL PROTECTED]> Hai Data in this segment is initialised to zero or made null(applicable to pointers) before the program starts executing.This is different from the explicit initialisation of data by user. Essentially you need this segment to hold the variables which are declared outside any function. the C declaration outside any function like long mySum; will fall in to uninitialised data segment. with regards pradap wrote: > > > Hi all, > I have one question regarding Processes in UNIX > Process has > Text Segment > Data Segment -- Initialized segement & Uninitialized > segment > Stack and HEap segement > > My question is > Why a process need Uninitialized segment? > Thank in advance > Gururaja > > > > _______________________________ > Do you Yahoo!? > Declare Yourself - Register online to vote today! > http://vote.yahoo.com ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/EbFolB/TM --------------------------------------------------------------------~-> To unsubscribe : [EMAIL PROTECTED] Yahoo! Groups Links <*> To reply to this message, go to: http://groups.yahoo.com/group/Programmers-Town/post?act=reply&messageNum=3576 Please do not reply to this message via email. More information here: http://help.yahoo.com/help/us/groups/messages/messages-23.html <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Programmers-Town/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
