CJCoding With Joseph
15per day

Character Output

Create a char variable with the value '#' and use printf with %c to display it in the sentence:

The symbol is: #

Make sure to use the %c format specifier for printing the character variable.

Expected Output:

The symbol is: #
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.