Pages
Assignment
Synopsis
C
Graphics
Compiler
C#
DCN
DBMS
Discrete Math
DS
IT Fun
Java
Json
NIELIT
Notes
Office
OOPS
OS
PHP
Project
Phython
Question
SSAD
Web
UGC Net
VB
ASP
Tuesday, 11 July 2017
Putch
Putch "C" Function
Print a single alphanumeric character. This function can print only one character at a time.
Syntax :
Putch
(
Var_name
)
Example :
#include
<stdio.h>
void
main()
{
char
ch=
'G'
;
putch(ch);
}
Download Source Code
Next Topic
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment