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
Can we initialize extern variable in c?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is a string?
What is #ifdef ? What is its application?
How can I implement a delay, or time a users response, with sub-second resolution?
What is the difference between #include
what is recursion in C
What are global variables and explain how do you declare them?
What is s in c?
List some of the static data structures in C?
When is a null pointer used?
Explain what are binary trees?
How are variables declared in c?
Explain what is the difference between far and near ?
What are formal parameters?