What is the purpose of Scanf Print, getchar, putchar,
function?
Answers were Sorted based on User's Feedback
Answer / vignesh1988i
scanf() is used to get the input from the user using the compailer.
printf() is used to output the messages given by the user in the output screen
getchar() is used to get a single character from the user.....
putchar() is used to output a single character and echo's in the output screen
| Is This Answer Correct ? | 94 Yes | 7 No |
Answer / 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 |
Answer / kumutha
sacnf()- input data can be entered into the computer using
the standard input'c' library function........
printf()- output data or result of an operation can be
displayed from the computer to a standard output device
using the library function........
getchar()- single character can be given to the computer
using 'c' input library function........
putchar()- used to display one character at a time on the
standard output device.........
| Is This Answer Correct ? | 29 Yes | 3 No |
How we can write a value to an address using macro..?
Program to write some contents into a file using file operations with proper error messages.
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
in iso what are the common technological language?
What is #include conio h?
Can you think of a logic behind the game minesweeper.
Here is a neat trick for checking whether two strings are equal
why i join syntel?
23 Answers ABC, Syntel, TCS,
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
what are the different storage classes in c?