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 will the preprocessor do for a program?
I have seen function declarations that look like this
How can you determine the size of an allocated portion of memory?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Define the scope of static variables.
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
How can I prevent another program from modifying part of a file that I am modifying?
What is a double c?
Explain what is page thrashing?
What is the sizeof () operator?
Why array is used in c?
What are the three constants used in c?
Why flag is used in c?
What is the concatenation operator?