C/C++ Arena

Step 2 of 5

Printing your own text

Whatever is between the double quotes is printed exactly. The quotes themselves are not printed.

Note the ; at the end of the statement. In C, statements end with a semicolon, like a period ends a sentence.

Your turn: make the program print exactly:

I am learning C

Previous: Your first program Next: Several lines