What is the purpose of Scanf Print, getchar, putchar,
function?
Answer Posted / vignesh1988i
scanf() is used to get the input from the user using the compailer.
printf() is used to output the messages given by the user in the output screen
getchar() is used to get a single character from the user.....
putchar() is used to output a single character and echo's in the output screen
| Is This Answer Correct ? | 94 Yes | 7 No |
Post New Answer View All Answers
Does c have circular shift operators?
how do you execute a c program in unix.
What is hashing in c language?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Why is event driven programming or procedural programming, better within specific scenario?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Explain the ternary tree?
What is integer constants?
What are types of structure?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Difference between Function to pointer and pointer to function
What are the scope of static variables?
What is typeof in c?
Why is c platform dependent?
Explain what is wrong with this program statement? Void = 10;