how can you print&scan anything using just one character? :)
HINT: printf,scanf similer
Answer Posted / avinash
getch(),putc()
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is getch c?
What is hungarian notation? Is it worthwhile?
What is a loop?
Explain the red-black trees?
How we can insert comments in a c program?
What are the types of macro formats?
What is difference between && and & in c?
What is an expression?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What happens if a header file is included twice?
c language interview questions & answer
How can I trap or ignore keyboard interrupts like control-c?
What is memcpy() function?
explain what are pointers?