how can you print&scan anything using just one character? :)

HINT: printf,scanf similer

Answer Posted / sivarama ganesan

putc, getc

putc will print only one character. getc will scan on
character from the given input/parameter

Is This Answer Correct ?    15 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1489


What is a null string in c?

583


What is the difference between strcpy() and memcpy() function in c programming?

624


What is the general form of #line preprocessor?

581


Explain what is a static function?

628






Is malloc memset faster than calloc?

607


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

2366


How do you print only part of a string?

606


Is null equal to 0 in sql?

644


How to compare array with pointer in c?

615


What is abstract data structure in c?

521


Is register a keyword in c?

629


What is 'bus error'?

641


What are type modifiers in c?

615


Explain how can I manipulate strings of multibyte characters?

777