Tell me why cannot arrays be passed by values to functions?

Submitted by: Muhammad
In C, the array name itself represents the address of the first element. So, even if we pass the array name as argument, it will be passed as reference and not its address.
Submitted by: Muhammad

Read Online Embedded Software Engineer Job Interview Questions And Answers