What is the purpose of Scanf Print, getchar, putchar,
function?
Answer Posted / 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 |
Post New Answer View All Answers
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Difference between pass by reference and pass by value?
Explain how can I write functions that take a variable number of arguments?
How can you tell whether two strings are the same?
What will the preprocessor do for a program?
What is action and transformation in spark?
Explain continue keyword in c
How do you declare a variable that will hold string values?
How can I get random integers in a certain range?
a program that can input number of records and can view it again the record
What is array in c with example?
What is the purpose of realloc()?
What is bash c?
Explain indirection?
How would you rename a function in C?