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 struct node in c?
Why is c so important?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What is pointers in c with example?
What is the correct code to have following output in c using nested for loop?
What is structure padding and packing in c?
What is ponter?
How can you convert integers to binary or hexadecimal?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What are actual arguments?
what are bit fields? What is the use of bit fields in a structure declaration?
Array is an lvalue or not?
What are terms in math?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is the difference between union and structure in c?