What is the outcome of using a string literal in a Python print statement?
A. Strings will be combined into one big string.
B. Strings will be displayed inaccurately.
C. Strings will be displayed exactly as written.
D. Strings will be translated into program code.