All Questions
1 question
0
votes
2
answers
2k
views
Pointer to pointer Array
I am trying to make an 'int** arr[5]' the each cell in it contains an 'int* array', each 'int* array' has a different size. Whenever i am trying to print one of the cell it prints only the first ...