From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vadiraj C S Subject: literal constant.. Date: Tue, 3 Feb 2004 12:16:16 +0530 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <20040203121616.2402884f.vadiraj@mail.cyberneme.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org Hello Everyone!! I just joined the group. I have a doubt here, might sound simple but need to be cleared well, what is the diff between the following statements.. char *c="c" ; char c[1] = "c" ; I would be happy if I could get in depth explaination of it. Thanks in advance -- Regards Vadiraj C S