Ask
your own question, for FREE!
Computer Science
6 Online
In C language, I want to print 2d array elements using pointers. I used this code : for(i=0;i<3;i++){ for(j=0;j<3;j++){ printf("%d \t",*(*(p+i)+j)); } printf("\n"); } But the compiler says : error : invalid type argument of unary '*' (have 'int') How to solve this?
Still Need Help?
Join the QuestionCove community and study together with friends!
Whichever j you want, it would be found by adding: p + ( max( i ) * sizeof( j ) ) + ( sizeof( j ) * j ) and dereferencing the total.
Can't find your answer?
Make a FREE account and ask your own questions, OR help others and earn volunteer hours!
Join our real-time social learning platform and learn together with your friends!
Join our real-time social learning platform and learn together with your friends!
Latest Questions
Arriyanalol:
@tinydinoUwU stop trying to find a argument u blad lil boy
TinydinoUwU:
**(Verse 1)** Yo, trapped in a box, Iu2019m feelin' so confined, Lifeu2019s a game of chess, but Iu2019m stuck in rewind, Every dayu2019s a struggle, man, I
Arriyanalol:
hey umm so i need help with my lanauage art ixl anybody wanna help big mama
Nina001:
ho where do i go to buy Subscirption for a moving pfp because on my screen im on
1 day ago
5 Replies
4 Medals
17 hours ago
13 Replies
5 Medals
4 days ago
2 Replies
2 Medals
5 days ago
4 Replies
2 Medals