how can you print&scan anything using just one character? :)
HINT: printf,scanf similer
Answers were Sorted based on User's Feedback
Answer / 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 |
What is line in c preprocessor?
How would you obtain the current time and difference between two times?
What is c++ used for today?
What is a macro?
what is a stack
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
what is c?
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
Find greatest of two numbers using macro
Do variables need to be initialized?
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
what is the difference between i++ and ++i?