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

What is int main () in c?

617


Differentiate between full, complete & perfect binary trees.

665


How is a pointer variable declared?

586


How does sizeof know array size?

616


What is the use of bitwise operator?

679






Describe explain how arrays can be passed to a user defined function

595


What is function prototype?

605


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

1906


What is use of integral promotions in c?

658


What is the explanation for the dangling pointer in c?

669


Why isn't any of this standardized in c? Any real program has to do some of these things.

617


Can the sizeof operator be used to tell the size of an array passed to a function?

608


How can I manipulate individual bits?

600


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

809


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

649