20th May 2021, 4:11 AM
Ashutosh k.
Ashutosh k. - avatar
6 Réponses
+ 2
printf("%s ", *(*(*cpp))); printf("%s ", *(*(*(cpp+1)))); printf("%s ", *(*(*(cpp+2)))); printf("%s ", *(*(*(cpp+3))));
20th May 2021, 6:29 PM
bill
bill - avatar
0
i am not understand please help me
20th May 2021, 6:40 PM
Ashutosh k.
Ashutosh k. - avatar
0
what's your goal of this program ?
20th May 2021, 6:56 PM
bill
bill - avatar
0
my goel is to understand this question
20th May 2021, 6:57 PM
Ashutosh k.
Ashutosh k. - avatar
0
what is it ?
20th May 2021, 7:00 PM
bill
bill - avatar
0
you have int c[10]; you can use c[1]; as same as *(c+1);
20th May 2021, 7:14 PM
bill
bill - avatar