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
What are the properties of union in c?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What are the uses of null pointers?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
How important is structure in life?
What is C language ?
Define the scope of static variables.
What is oops c?
Which node is more powerful and can handle local information processing or graphics processing?
What is difference between function overloading and operator overloading?
What is a struct c#?
What is a header file?
What are terms in math?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Is boolean a datatype in c?