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

write a program for the normal snake games find in most of the mobiles.

2020


How can you call a function, given its name as a string?

916


What are the different types of control structures?

803


What is a static function in c?

845


What does != Mean in c?

801


What does & mean in scanf?

839


Is it cc or c in a letter?

759


How can a program be made to print the line number where an error occurs?

878


Simplify the program segment if X = B then C ← true else C ← false

2799


Explain what are the advantages and disadvantages of a heap?

850


What is use of bit field?

1010


In which language linux is written?

927


Is there anything like an ifdef for typedefs?

901


Where can I get an ansi-compatible lint?

890


Disadvantages of C language.

841