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
Explain how do you generate random numbers in c?
what does static variable mean?
why programs in c are running with out #include
What is wrong in this statement?
What is array of pointers to string?
What is use of null pointer in c?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Is swift based on c?
What are global variables and explain how do you declare them?
What is wrong with this program statement? void = 10;
What extern c means?
What is binary tree in c?