Your Ad Here
0

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

Posted by The Blogger on 9:35 AM in
Answer:

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.


tags: c interview questions and answers, c interview question When does the compiler not implicitly generate the address of the first element of an array, When does the compiler not implicitly generate the address of the first element of an array

0 Comments

Post a Comment

Your Ad Here

Copyright © 2009 Interview Questions and Answers