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 is strcpy() function?
How do you list a file’s date and time?
explain what is fifo?
What's a good way to check for "close enough" floating-point equality?
Explain what is the difference between functions abs() and fabs()?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Why we use void main in c?
What is advantage of pointer in c?
How can I make sure that my program is the only one accessing a file?
Why are all header files not declared in every c program?
What is the difference between %d and %i?
What is data structure in c and its types?
Who developed c language and when?
When is a void pointer used?
Is fortran still used in 2018?