Add two numbers
This page needs a recent browser (with SharedArrayBuffer support). Please update Chrome, Edge, Firefox or Safari to the latest version.
Add two numbers
C does maths inside printf. 2 + 3 becomes 5.
Use + to print 5. Try 2 + 3.
Click Run to see the output here.