Writes a single character to the standard output (stdout) and returns the character.
#include <stdio.h> int putchar (int character);