Computer Science, asked by Ritesshh6373, 1 year ago

What is Array Decay in C++?

Answers

Answered by abhikumar12
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