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 / cynthia,1st b.sc.,itm
option b)c=getchar()
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
How do I create a directory? How do I remove a directory (and its contents)?
Write a progarm to find the length of string using switch case?
What does malloc () calloc () realloc () free () do?
What is an auto keyword in c?
Explain what is gets() function?
How many header files are in c?
a program that can input number of records and can view it again the record
What is a lvalue
How can you restore a redirected standard stream?
What is wrong with this program statement? void = 10;
What is the condition that is applied with ?: Operator?
What is size of union in c?
How can you convert integers to binary or hexadecimal?
What is printf () in c?
What is difference between function overloading and operator overloading?