Skip to content

Commit

Permalink
Refresh HTML pages
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Apr 7, 2024
1 parent 743f4e1 commit 9e36ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 07.html
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,8 @@ <h2 class="Box-title">
$ ./a.out
8
</code></pre>
<p>The <code>sizeof (*p)</code> is equivalent to <code>sizeof (int)</code> as that is what the type of
<code>*p</code> is.</p>
<p>Here the <code>sizeof (*p)</code> is equivalent to <code>sizeof (int)</code> as that is what the type
of <code>*p</code> is.</p>
<div class="markdown-heading"><h1 class="heading-element">Arrays and pointers</h1><a id="user-content-arrays-and-pointers" class="anchor" aria-label="Permalink: Arrays and pointers" href="#arrays-and-pointers"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<p>In C, there is a strong relationship between arrays and pointers. Most of the
time, you can use array notation with pointers, and pointer notation with
Expand Down

0 comments on commit 9e36ae9

Please sign in to comment.