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
How can I ensure that integer arithmetic doesnt overflow?
please give me some tips for the placement in the TCS.
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
How to draw the flowchart for structure programs?
Is c is a middle level language?
What is static and auto variables in c?
What is function pointer c?
Why is not a pointer null after calling free?
Explain the difference between exit() and _exit() function?
What is the meaning of typedef struct in c?
What the different types of arrays in c?
Explain what does it mean when a pointer is used in an if statement?
What is a static function in c?
What are keywords c?