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 21, 2024
1 parent 35e9b8d commit ecc2858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 09.html
Original file line number Diff line number Diff line change
Expand Up @@ -10327,7 +10327,7 @@ <h2 class="Box-title">

<span class="pl-en">printf</span>(<span class="pl-s">"%d\n"</span>, <span class="pl-c1">*</span><span class="pl-s1">pi</span>); <span class="pl-c">// will print 99</span>
<span class="pl-en">printf</span>(<span class="pl-s">"%d\n"</span>, <span class="pl-c1">*</span><span class="pl-s1">p</span>); <span class="pl-c">// dereferencing (void *), will error out when compiled</span></pre></div>
<p>🔧 Verify that a staticly allocated 2D array is stored in one piece of
<p>🔧 Verify that a staticaly allocated 2D array is stored in one piece of
memory, row by row.</p>
<p>Hint: you need to recast a 2D array to a 1D array, then print it as a
single row. There are a few different ways to do it. Do not look at the
Expand Down

0 comments on commit ecc2858

Please sign in to comment.