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 two types of functions in c?
What are the salient features of c languages?
What is difference between static and global variable in c?
Do you know the difference between malloc() and calloc() function?
Why can't I perform arithmetic on a void* pointer?
What's the total generic pointer type?
Can stdout be forced to print somewhere other than the screen?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What does struct node * mean?
What are the types of type qualifiers in c?
Explain the meaning of keyword 'extern' in a function declaration.
What is the use of a ‘ ’ character?
why return type of main is not necessary in linux
What are two dimensional arrays alternatively called as?
What are different types of pointers?