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
Answers were Sorted based on User's Feedback
Answer / vignesh1988i
b id the correct option.......
c=getchar(void)
thank u
| Is This Answer Correct ? | 26 Yes | 0 No |
Answer / moolshankershukla
first define :
char c;
printf("enter character ");
c=getchar();
| Is This Answer Correct ? | 5 Yes | 0 No |
Explain why can’t constant values be used to define an array’s initial size?
What are the advantages of c language?
can u give me the good and very optimised code for a car racing game?
what is printf
What is the use of ?: Operator?
Differentiate between a structure and a union.
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
What is boolean in c?
What is a dynamic array in c?
What are c preprocessors?
what is diognisis?
Which programming language is best for getting job 2020?