I know you can print with printf() and puts(). I can also see that printf() allows you to interpolate variables and do formatting.
printf()
puts()
the printf() function is used to print both strings and variables to the screen while the puts() function only permits you to print a string only to your screen.