Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Promoted
2 Answers
Relevance
- JockyMcLv 49 years agoFavorite Answer
a pointer to the beginning of the array (i.e. the address of the array) is passed.
This is passed by reference rather than by value.
- jplatt39Lv 79 years ago
A pointer to the address of the first element of the array is passed in C (where it originated) and C++ (which is derived from it. Here is an article on it.
Source(s): http://www.lysator.liu.se/c/c-faq/c-2.html
Still have questions? Get your answers by asking now.