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()
When comparing puts() and printf(), even though their memory consumption is almost the same, puts() takes more time compared to printf().