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 / jalal
b)c=getc(c)
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
Why does the call char scanf work?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
How can you invoke another program from within a C program?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Write a program with dynamically allocation of variable.
What are different types of pointers?
Why do we use null pointer?
What is the difference between Printf(..) and sprint(...) ?
what is uses of .net
Are the variables argc and argv are local to main?
what is the height of tree if leaf node is at level 3. please explain
Explain goto?
Why is c faster?
How do you define CONSTANT in C?
Can you return null in c?