Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kaimallea committed Jun 29, 2013
1 parent 86885da commit db168d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ for(xx=0; xx<20; xx++){
x_array[xx] = 20 - xx;
} // Initialize x_array to 20, 19, 18,... 2, 1

// Declare a pointer of type int and initialize it to point to x_array
int* x_ptr = x_array;
// This works because an array name is bound to the address of its first element

Expand Down

0 comments on commit db168d1

Please sign in to comment.