when I 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]
