Multiple choice Which are the single character input/output functions in C language? scanf( ) and printf( ) getchar( ) and printf( ) scanf( ) and putchar( ) getchar( ) and putchar( ) get() and put() Reveal answer Fill a bubble to check yourself D Correct answer Explanation Both the system defined functions are used for single character input and output respectively.