which one of follwoing will read a character from keyboard
and store in c
a)c=getc()
b)c=getchar()
c)c=getchar(stdin)
d)getc(&c)
e)none
Answer Posted / vignesh1988i
b id the correct option.......
c=getchar(void)
thank u
| Is This Answer Correct ? | 26 Yes | 0 No |
Post New Answer View All Answers
What is the difference between printf and scanf in c?
What are actual arguments?
Can I initialize unions?
What are c identifiers?
What is the basic structure of c?
What is the use of sizeof?
What's the total generic pointer type?
Define recursion in c.
c program for searching a student details among 10 student details
What is NULL pointer?
How can I call fortran?
How many types of sorting are there in c?
Explain null pointer.
What is the use of typedef in c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler