What is the purpose of Scanf Print, getchar, putchar,
function?

Answer Posted / kumutha

sacnf()- input data can be entered into the computer using
the standard input'c' library function........

printf()- output data or result of an operation can be
displayed from the computer to a standard output device
using the library function........

getchar()- single character can be given to the computer
using 'c' input library function........

putchar()- used to display one character at a time on the
standard output device.........

Is This Answer Correct ?    29 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

1708


What are the advantages of external class?

597


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

2123


What is stack in c?

615


What is a structure and why it is used?

621






Why c is called a mid level programming language?

607


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

647


What is the general form of #line preprocessor?

587


What does %c mean in c?

654


Can you please compare array with pointer?

618


Is c procedural or functional?

588


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

1574


How do you print an address?

749


How can you draw circles in C?

625


State the difference between realloc and free.

636