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
What are the application of c?
What is the right type to use for boolean values in c? Is there a standard type?
Is file a keyword in c?
What the different types of arrays in c?
Describe dynamic data structure in c programming language?
How do you list a file’s date and time?
What is difference between array and pointer in c?
Why is it that not all header files are declared in every C program?
Why c is called object oriented language?
what is recursion in C
Explain how can you determine the size of an allocated portion of memory?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is the difference between Printf(..) and sprint(...) ?
Why do we use stdio h and conio h?
What is structure in c explain with example?