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 / himanshu
b
by himanshu kiims
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is const volatile variable in c?
what is different between auto and local static? why should we use local static?
How do you define CONSTANT in C?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Why are all header files not declared in every c program?
in linking some of os executables are linking name some of them
What are c identifiers?
Explain do array subscripts always start with zero?
What are the two types of structure?
What are run-time errors?
What is the purpose of realloc()?
Is c easier than java?
What are the features of the c language?
Do you know what are bitwise shift operators in c programming?
Do you know the use of 'auto' keyword?