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
What is the general form of a C program?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What are the different types of constants?
Can one function call another?
What is the difference between the = symbol and == symbol?
Explain what is meant by 'bit masking'?
What are dangling pointers? How are dangling pointers different from memory leaks?
Is c is a high level language?
What are the rules for the identifier?
How to declare pointer variables?
Explain b+ tree?
When should we use pointers in a c program?
What is static volatile in c?
What extern c means?
How are structure passing and returning implemented?