From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2685 invoked by alias); 16 Sep 2003 00:50:32 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 2672 invoked from network); 16 Sep 2003 00:50:26 -0000 Received: from unknown (HELO ms-smtp-02.tampabay.rr.com) (65.32.1.39) by sources.redhat.com with SMTP; 16 Sep 2003 00:50:26 -0000 Received: from csunadmin (123.66.35.65.cfl.rr.com [65.35.66.123]) by ms-smtp-02.tampabay.rr.com (8.12.5/8.12.5) with SMTP id h8G0oLhB019856; Mon, 15 Sep 2003 20:50:23 -0400 (EDT) From: "Allen Williams" To: "Justin Miller" , Subject: RE: Silly C question Date: Tue, 16 Sep 2003 00:50:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal In-Reply-To: <1063668829.4760.17.camel@scoobydoo.student.umd.edu> X-SW-Source: 2003-09/txt/msg00192.txt.bz2 Yes. > -----Original Message----- > From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org]On > Behalf Of Justin Miller > Sent: Monday, September 15, 2003 7:34 PM > To: gcc-help@gcc.gnu.org > Subject: Silly C question > > > It's been a while since I've really played with C... > > If I write something simple like: > > char str[] = "howdy"; > > Does C automatically NULL-terminate that? > > Justin