Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardC++Itanium ABI and name manglingSingle-choice MCQ

Under Itanium mangling, consider void h(int*, int*) where both parameters are the identical type int*. How is the second parameter encoded?

void h(int*, int*); // mangles to _Z1hPiS_