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 / himanshu
b
by himanshu kiims
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Do you know the use of fflush() function?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
Explain how can you tell whether two strings are the same?
What is 2 d array in c?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is c language in simple words?
Explain the priority queues?
What is the difference between array and pointer in c?
simple program of graphics and their output display
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What are keywords c?
Why structure is used in c?
Why is it important to memset a variable, immediately after allocating memory to it ?
Explain #pragma statements.
What is the use of f in c?