I have been asked in an interview how do you pass an array to a function without using any pointers but it seems to be impossible or there is way to do this?
相关问题
- Multiple sockets for clients to connect to
- What is the best way to do a search in a large fil
- glDrawElements only draws half a quad
- Index of single bit in long integer (in C) [duplic
- Equivalent of std::pair in C
Put the array into a structure: