โ Back to Printing
Question 183
Print with putchar
Print with putchar
Useputcharto print the two charactersHandi(with no newline): Hiputcharwrites exactly one character per call, so call it twice.
Expected Output:
Hi
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.