What is Array Decay in C++?
Answers
Answered by
0
The loss of type and dimensions of an array is known as array decay. It occurs when we pass the array into a function by pointer or value. First address is sent to the array which is a pointer. That is why, the size of array is not the original one.
mark it as brainlist.
Similar questions
Science,
7 months ago
Math,
7 months ago
Biology,
7 months ago
English,
1 year ago
Computer Science,
1 year ago