Skip to main content

Definitions by Jason642

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)
}
Putch by Jason642 January 26, 2015