getchar() and putchar()

Posted by gautam kumar on Stack Overflow See other posts from Stack Overflow or by gautam kumar
Published on 2010-03-20T10:26:02Z Indexed on 2010/03/20 10:31 UTC
Read the original article Hit count: 140

Filed under:

is getchar() equivalent to scanf("%c",&a); is putchar(c) equivalent to printf("%c",a); where a is a char variable

© Stack Overflow or respective owner

Related posts about c