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 bc497fb commit c63d1dd
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 @@ -10014,7 +10014,7 @@ <h2 class="Box-title">
<pre><code>./a.out dragon firefly jupiter
</code></pre>
<ul>
<li>Using the pointer arithmetics and the dereference operator <code>*</code> only , given
<li>Using the pointer arithmetics and the dereference operator <code>*</code> only, given
the exact command line above, print 'g' from the first argument, 'r' from the
2nd, and 't' from the last one.</li>
<li>That is, you must not use brackets <code>[]</code> at all.</li>
Expand Down

0 comments on commit c63d1dd

Please sign in to comment.