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 scope and lifetime of a variable in c?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Explain a pre-processor and its advantages.
develop algorithms to add polynomials (i) in one variable
Why & is used in scanf in c?
What is pointer & why it is used?
What are the basic data types associated with c?
int i=10; printf("%d %d %d", i, i=20, i);
Tell me about low level programming languages.
When would you use a pointer to a function?
How can I do graphics in c?
What is c method?
What is main return c?
What are data structures in c and how to use them?
What are the string functions? List some string functions available in c.