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
what is different between auto and local static? why should we use local static?
Explain what is the benefit of using #define to declare a constant?
What is non linear data structure in c?
What is the difference between procedural and declarative language?
What is the difference between if else and switchstatement
What is use of integral promotions in c?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
Explain what is the best way to comment out a section of code that contains comments?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is signed and unsigned?
I heard that you have to include stdio.h before calling printf. Why?
Hai what is the different types of versions and their differences
What tq means in chat?
What is wrong with this program statement? void = 10;
write a program fibonacci series and palindrome program in c