Date: Sun, 16 Aug 1998 12:01:03 +0300 (IDT) From: Eli Zaretskii To: Ishpeck cc: djgpp AT delorie DOT com Subject: Re: yet more questions about pointers In-Reply-To: <35D5B384.9FDF797B@sprynet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 15 Aug 1998, Ishpeck wrote: > It is impossible to say: string1="foobar" Of course, it's possible. Try it, and you will see. What it does is it makes string1 to hold the address of a constant string "foobar". Being constant means that you cannot change that string.