Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: Pointer Stew Message-ID: <10221@smoke.BRL.MIL> Date: 7 May 89 21:34:35 GMT References: <386@spec0.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 6 In article <386@spec0.UUCP> blm@spec0.UUCP (Bharat Lal Madhyani) writes: > why it is so ? bad_address is also an address(pointer), which also > points to character string. No, it doesn't. It points to a character (the first member of the array generated for the string literal).