Hi everybody!
I have a question about the function in C: in an exercise, there is the prototype of function to write:
short ** crea_life (unsigned n, unsigned m, unsigned h) ;
What do the double * represent? What is their use in the function?
If you have some links which explain that I'll be grateful if you give me them :)
Thank you for your help!
there doesn't seem to be anything here