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
Is it possible to pass an entire structure to functions?
What are the different file extensions involved when programming in C?
What is difference between static and global variable in c?
explain how do you use macro?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
How is a null pointer different from a dangling pointer?
Why is c so powerful?
Explain what is a const pointer?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Explain what are the standard predefined macros?
Explain what is a static function?
What are near, far and huge pointers?
What are the header files used in c language?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What are identifiers c?