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


Please Help Members By Posting Answers For Below Questions

Do you know the use of 'auto' keyword?

668


Explain what are bus errors, memory faults, and core dumps?

802


What is c mainly used for?

607


What does node * mean?

724


Explain what is the benefit of using const for declaring constants?

624






What type of function is main ()?

601


C program to find all possible outcomes of a dice?

1864


What are the applications of c language?

638


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

1664


How can you be sure that a program follows the ANSI C standard?

1142


Is c high or low level?

598


What is return type in c?

652


Explain what is output redirection?

674


ATM machine and railway reservation class/object diagram

4813


What is a structure and why it is used?

630