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

Explain how do you print an address?

922


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

1859


What is volatile, register definition in C

903


Explain what is operator promotion?

852


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

870


Multiply an Integer Number by 2 Without Using Multiplication Operator

563


What is the difference between far and near ?

948


Why we use break in c?

772


Explain what is the general form of a c program?

834


What are different types of operators?

798


What are the 5 organizational structures?

819


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

1716


What is wrong in this statement?

829


What is string concatenation in c?

795


Who developed c language?

874