Function Reference putchar()
Function Reference
putchar()Prototype: int putchar(int achar);
Header File: stdio.h (C) or cstdio (C++)
Explanation: Putchar writes the character corresponding to the ASCII value of achar to stdout, which is usually the monitor. It returns achar.
منقول
ليست هناك تعليقات:
إرسال تعليق