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

What is struct node in c?

809


Why is c so important?

787


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

896


What is pointers in c with example?

799


What is the correct code to have following output in c using nested for loop?

837


What is structure padding and packing in c?

808


What is ponter?

1024


How can you convert integers to binary or hexadecimal?

796


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

863


What are actual arguments?

853


what are bit fields? What is the use of bit fields in a structure declaration?

1778


Array is an lvalue or not?

861


What are terms in math?

797


What is the code for 3 questions and answer check in VisualBasic.Net?

1919


What is the difference between union and structure in c?

781