what is difference between getchar,putchar functions and
printf and scanf function? does putchar show output only
when input given to it

Answer Posted / moses

getchar gets a character,printf prints the text,scanf read
the input,putchar prints the character of getchar....

Is This Answer Correct ?    11 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is 1f in c?

1850


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2622


How do I read the arrow keys? What about function keys?

622


What do the functions atoi(), itoa() and gcvt() do?

732


find out largest elemant of diagonalmatrix

1653






Is null always defined as 0(zero)?

623


how to write a c program to print list of fruits in alpabetical order?

1808


Write a program to reverse a string.

646


How do I get an accurate error status return from system on ms-dos?

657


What is modifier & how many types of modifiers available in c?

616


praagnovation

1786


How do you define a function?

592


Explain Basic concepts of C language?

654


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

1751


Can we declare a function inside a function in c?

604