--- In [email protected], "Ahmed Shabana" <[EMAIL PROTECTED]> wrote: >U try this code : > > #include<stdio.h> > > main () > { > char *name = { "ligal month","jan","fed" }; > > printf( "%s\n" , (*++name)[1]); > } > > this error message appears in compilation > > error: invalid lvalue in increment > > why ?????????????????????????? > > > [Non-text portions of this message have been removed] >
- [c-prog] array of pointers problems Ahmed Shabana
- [c-prog] Re: array of pointers problems Nico Heinze
- Re: [c-prog] Re: array of pointers problems Ahmed Shabana
- [c-prog] Re: array of pointers problems Nico Heinze
- [c-prog] Re: array of pointers problems russel_1237
- Re: [c-prog] array of pointers problems Chetan Nanda
- Re: [c-prog] array of pointers problems Ahmed Shabana
- Re: [c-prog] array of pointers problems Brett W. McCoy
- Re: [c-prog] array of pointers problems TOM KATT
- [c-prog] Re: array of pointers problems Nico Heinze
- Re: [c-prog] Re: array of pointers problem... Ahmed Shabana
- Re: [c-prog] Re: array of pointers pr... Ahmed Shabana
- [c-prog] Re: array of pointers pr... russel_1237
