Thank you John. Yes those needs to be corrected.

Thanks,
Dhana

On Tue, Dec 15, 2009 at 4:52 PM, johnmatthews2000 <jm5...@gmail.com> wrote:

>
>
> --- In c-prog@yahoogroups.com <c-prog%40yahoogroups.com>, dhana seelan
> <dhanaseela...@...> wrote:
> >
> > I have to add space for first printf
> > printf ("%c ", *str);
>
> ...and you should fix the errors, such as:
>
> 1. main() should be main(void)
>
> 2. char *str = "C Programming Language\0";
> should be
> const char *str = "C Programming Language";
>
> 3. getch();
> This is not Standard C.
>
> 4. return; should be return 0;
>
>  
>



-- 
with Regards,

Dhanaseelan Dhayalan,
[There is a better way of Doing it !!! Find it !!!]


[Non-text portions of this message have been removed]



------------------------------------

To unsubscribe, send a blank message to 
<mailto:c-prog-unsubscr...@yahoogroups.com>.Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/c-prog/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/c-prog/join
    (Yahoo! ID required)

<*> To change settings via email:
    c-prog-dig...@yahoogroups.com 
    c-prog-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    c-prog-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to