+ 9
Integers pointers in c
Can you declare ptr dpending on this statments ptr is an array of 12 integer pointers. ptr is an array of 12 pointers to integers. ptr is a pointer to an array of 12 integer pointers.
5 Respostas
+ 4
Thank you Jay Matthews
+ 4
Jay Matthews your explanation rocks!
+ 3
This question is in a challenge
I do slightly know linked list
+ 3
This is a challenge the question was
int *ptr[12] and ptr is one of the previous statment
But I can't defferentiate between them
+ 3
Wow this is amazing