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
Why is c so important?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
In c language can we compile a program without main() function?
Where we use clrscr in c?
What is bin sh c?
What does double pointer mean in c?
What are extern variables in c?
Write a program to generate random numbers in c?
Explain what are the __date__ and __time__ preprocessor commands?
What is const keyword in c?
When the macros gets expanded?
Write a program to print factorial of given number without using recursion?
Is c is a high level language?
What is header file definition?
What are # preprocessor operator in c?