Hello World!

Code:
Structure.member
Okay here is the deal: i get that with this i statement i can reach the value "member" associated the single structure "structure". But when the statement looks like this:

Code:
Structure.member.member2
Example:

Code:
addr.sin_addr.s_addr
What do i reach?