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


Please Help Members By Posting Answers For Below Questions

What do you mean by c?

580


Explain how do you convert strings to numbers in c?

591


What is the scope of local variable in c?

571


Describe dynamic data structure in c programming language?

599


What is uint8 in c?

634






What is .obj file in c?

641


What is the difference between mpi and openmp?

727


What is a void * in c?

589


What is the use of printf() and scanf() functions?

623


What are the __date__ and __time__ preprocessor commands?

566


what are the 10 different models of writing an addition program in C language?

1434


Linked lists -- can you tell me how to check whether a linked list is circular?

636


Explain about the functions strcat() and strcmp()?

596


p*=(++q)++*--p when p=q=1 while(q<=6)

1264


How can I open a file so that other programs can update it at the same time?

655