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
Do you know pointer in c?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What is the use of a conditional inclusion statement in C?
What is c++ used for today?
What does c mean before a date?
What is a pointer variable in c language?
Explain what are binary trees?
Explain the concept and use of type void.
What is a double c?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Why header file is used in c?
hi send me sample aptitude papers of cts?
Is c++ based on c?
Write a program to check palindrome number in c programming?
What is #line in c?