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 the scope of global variable in c?
Why flag is used in c?
Write a program to print fibonacci series using recursion?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is the use of typedef in structure in c?
What is this infamous null pointer, anyway?
Which is the best website to learn c programming?
What are the different types of errors?
State two uses of pointers in C?
Are pointers integer?
What are the primitive data types in c?
What is the difference between array and pointer in c?
Write a program to generate random numbers in c?
Who invented b language?
Write a code on reverse string and its complexity.