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 / shashiprabha singh
c=getchar() is the right ans
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is storage class?
Write a program on swapping (100, 50)
Explain how do you view the path?
What are the types of type specifiers?
Where are c variables stored in memory?
What do you understand by friend-functions? How are they used?
What are pragmas and what are they good for?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Why is c so important?
Explain what is dynamic data structure?
write a c program to find the sum of five entered numbers using an array named number
write a program in c language to print your bio-data on the screen by using functions.
How are 16- and 32-bit numbers stored?
how to execute a program using if else condition and the output should enter number and the number is odd only...
How do you view the path?