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
Can you think of a logic behind the game minesweeper.
What is the difference between the local variable and global variable in c?
What functions are in conio h?
What are global variables?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is an array in c?
What are keywords in c with examples?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What does int main () mean?
application attempts to perform an operation?
What are the basic data types associated with c?
Can we change the value of #define in c?
Why cant I open a file by its explicit path?
How pointer is different from array?