delorie.com/archives/browse.cgi | search |
Date: | Sun, 16 Aug 1998 12:01:03 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
To: | Ishpeck <aTedjamulia AT sprynet DOT com> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: yet more questions about pointers |
In-Reply-To: | <35D5B384.9FDF797B@sprynet.com> |
Message-ID: | <Pine.SUN.3.91.980816115929.6981d-100000@is> |
MIME-Version: | 1.0 |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |