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 / vignesh1988i
b id the correct option.......
c=getchar(void)
thank u
| Is This Answer Correct ? | 26 Yes | 0 No |
Post New Answer View All Answers
Can you write the algorithm for Queue?
What are dangling pointers? How are dangling pointers different from memory leaks?
Is fortran still used in 2018?
Differentiate between a structure and a union.
How do you generate random numbers in C?
What is mean by data types in c?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
main() { printf("hello"); fork(); }
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What are compound statements?
How can I remove the leading spaces from a string?
What does %c mean in c?
How to draw the flowchart for structure programs?
What are enums in c?
Explain what is #line used for?