Keywords are not involved in printing a statement.
Please Clarify. If you mean to say "print a statement without using the predefined library functions like printf() or puts() " , refer below-
In that case you can directly use the "write system call" . Printf() internally employs write system call to print on the screen. You just have to mention the file descriptor as STDOUT, i.e. 1.