techpreparation-homepage

Home  Interview Questions  Aptitude Questions  Tutorials  Placement Papers  Search  Resume Guide  Soft Skills  Video  Forum  Blog


Technical Interview Questions

.Net Interview Questions
C++ Interview Questions
Unix Interview Questions
                              .........More

Download e-Books
C Interview Questions e-book

Aptitude Interview Questions
C/C++ Aptitude Questions
C Aptitude Questions
                              .........More

Online Quiz
C Online Quiz
C++ Online Quiz
                              .........More

 

 

  

  Home > C Interview Questions >

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 array

Then the compiler does not implicitly generate the address of the address of the first element of an array.

 

Have a Question ? post your questions here. It will be answered as soon as possible.