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 is keyword with example?

633


What are the 4 data types?

592


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

606


write a program to concatenation the string using switch case?

1556


What is %d used for?

580






What is the scope of local variable in c?

574


Which programming language is best for getting job 2020?

605


C language questions for civil engineering

1235


How do you define a function?

579


how to build a exercise findig min number of e heap with list imlemented?

1606


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

2854


how to construct a simulator keeping the logical boolean gates in c

1722


How do we open a binary file in Read/Write mode in C?

676


How is actual parameter different from the formal parameter?

587


What does 1f stand for?

606