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
Post New Answer View All Answers
How can I swap two values without using a temporary?
what type of questions arrive in interview over c programming?
Where static variables are stored in c?
Differentiate between calloc and malloc.
What is ctrl c called?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Explain what is meant by 'bit masking'?
Explain is it valid to address one element beyond the end of an array?
What language is c written?
Explain what is the most efficient way to store flag values?
Why do we use main function?
What does node * mean?
If errno contains a nonzero number, is there an error?
Explain the difference between malloc() and calloc() function?
Why do we use & in c?