When does the compiler not implicitly generate the address of the first element of an array?

Whenever an array name appears in an expression such asØ      array as an operand of the sizeof operatorØ      array as an operand of & operatorØ      array as a string literal initializer for a character arrayThen the compiler does not implicitly generate the address of the address of the first  element of an array 

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions