Xref: news2.mv.net comp.os.msdos.djgpp:2823 From: gaghon AT nevada DOT edu (GEORGE GAGHON) Newsgroups: comp.os.msdos.djgpp Subject: static variables Date: 17 Apr 1996 08:12:50 GMT Organization: University of Nevada System Computing Services Lines: 9 Message-ID: <4l2962$68b@news.nevada.edu> NNTP-Posting-Host: pioneer.nevada.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I have a silly question. In the DJGPP compiler there is a 256k stack for AUTO arrays and vars. How is a STATIC variable different from a AUTO variable, and where is it stored? Thanks, Vince