Watch the Call Vanish

Easy

Complete the triple helper so it returns three times its argument. Once the output is correct, read the assembly panel and switch between optimization levels: at -O0, tripleThenAdd contains a literal 'call triple(int)' that jumps to the helper; at -O2 the call is gone because the optimizer inlined the helper's body straight into tripleThenAdd. Verify both.

Success Criteria

Your code must pass 1 test case(s) to complete this exercise. 3 hint(s) are available if you need help.

Sign in to track your progress

You can work on exercises as a guest, but sign in to track your progress and save your submissions.

This platform is built by its community

Every lesson, project, and tool on HelloC++ is funded by sponsors. Join them and help shape what we build next.

Become a Patron