Country Dictionary

A fork of Rural Dictionary

Putch

putch displays any alphanumeric characters to the standard output device. It displays only one character at a time.

void main()
{
char ch='a';
putch(ch)
}

by Jason642 January 26, 2015