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 / jalal

b)c=getc(c)

Is This Answer Correct ?    7 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is #ifdef ? What is its application?

664


What is adt in c programming?

627


difference between native and cross compilers

1684


Explain the difference between null pointer and void pointer.

679


What are different types of variables in c?

579






What is an lvalue?

643


What is the difference between fread buffer() and fwrite buffer()?

682


What is the sizeof () operator?

632


What is the importance of c in your views?

603


What does 3 periods mean in texting?

606


Who is the founder of c language?

696


Which of these functions is safer to use : fgets(), gets()? Why?

643


What is #line in c?

572


What does %c mean in c?

662


When should you use a type cast?

599