native interface to output a single character to standard output.paramc the char to output.
Writes the specified byte to this output stream.paramc the byte.exceptionIOException if an I/O error occurs. putchar((char)c);
byte
putchar((char)c);