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

Answer Posted / bhushan deshmukh

C language is procedural language. It contain's system
function for I/O, These function useing in Input and
Output....

1. Scanf :- function using for formated input.. with
showing some formated output message...

2. Printf :- Function using for display formated output on
console...
3. Getchar() :- using for Get a only one character at one
time...

4. Putchar() :- Using for a single character without
formated...

Is This Answer Correct ?    40 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

822


how to write optimum code to divide a 50 digit number with a 25 digit number??

3028


what value is returned to operating system after program execution?

1856


What does & mean in scanf?

853


What is the difference between union and anonymous union?

1067


Why is event driven programming or procedural programming, better within specific scenario?

2183


What are the types of arrays in c?

868


Write a program to reverse a linked list in c.

887


When should the register modifier be used? Does it really help?

797


When should we use pointers in a c program?

889


What is c method?

764


What is #include stdio h?

920


How can I dynamically allocate arrays?

808


Explain what is a static function?

869


Write a program to generate random numbers in c?

888