This commit is contained in:
nora 2025-02-15 10:10:05 +01:00
parent 91e56af0b0
commit 750140d5f7

View file

@ -83,7 +83,7 @@ void a(int x, int *y, double &z) {}
This function is mangled as <code>_Z1aiPiRd</code>. It's an
<code>int</code> (<code>i</code>), a
<code>int*</code> (<code>Pi</code>), and a
<code>double&</code> (<code>Pd</code>).
<code>double&</code> (<code>Rd</code>).
</p>
<div class="quiz-section">
<p>What is the mangled symbol of the following function?</p>