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

Answer Posted / suji

getchar() gets only one character from the input.putchar
prints that character.printf prints the text that enter
within doublequotes.scanf gets morethan one input from
console.getchar & putchar gets&puts from & to file.

Is This Answer Correct ?    6 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the application of c?

835


What is the right type to use for boolean values in c? Is there a standard type?

781


Is file a keyword in c?

677


What the different types of arrays in c?

800


Describe dynamic data structure in c programming language?

805


How do you list a file’s date and time?

812


What is difference between array and pointer in c?

748


Why is it that not all header files are declared in every C program?

883


Why c is called object oriented language?

798


what is recursion in C

806


Explain how can you determine the size of an allocated portion of memory?

813


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1698


What is the difference between Printf(..) and sprint(...) ?

1051


Why do we use stdio h and conio h?

837


What is structure in c explain with example?

847