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 a floating point in c?

594


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

5458


For what purpose null pointer used?

601


Difference between linking and loading?

686


What are the difference between a free-standing and a hosted environment?

735






How can I write a function that takes a format string and a variable number of arguments?

598


What is difference between && and & in c?

576


What are pointers?

623


what are the different storage classes in c?

656


What are external variables in c?

537


What is the difference between #include

and #include “header file”?

543


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

1364


What is typedef example?

607


Can you assign a different address to an array tag?

691


What does the format %10.2 mean when included in a printf statement?

1078