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 C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Can we use visual studio for c?
How can I access an I o board directly?
What is structure packing in c?
What is union and structure?
What is the scope of global variable in c?
Why double pointer is used in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Explain why c is faster than c++?
How main function is called in c?
What are the header files used in c language?
Explain about block scope in c?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Explain what is the difference between #include and #include 'file' ?
Write a program to print factorial of given number without using recursion?