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 |
Explain two-dimensional array.
how to find that no is int or float?
Why Modern OS are interrupt driven?Give an example
write a string copy function routine?
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
Why the use of alloca() is discouraged?
What is break statement?
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
What is information technology.
Find the highest of three numbers and print them using ascending orders?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Why doesnt the call scanf work?