adplus-dvertising
frame-decoration

Question

Which is true about getc returns?

a.

The next character from the stream is not referred by file pointer

b.

EOF for end of file or error

c.

Nothing

d.

None of the mentioned

Posted under C Programming

Answer: (b).EOF for end of file or error

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which is true about getc returns?

Similar Questions

Discover Related MCQs

Q. When a C program is started, O.S environment is responsible for opening file and providing pointer for that file?

Q. FILE is of type ______

Q. What is the meant by ‘a’ in the following operation?
fp = fopen(“Random.txt”, “a”);

Q. Which of the following mode argument is used to truncate?

Q. Which type of files can’t be opened using fopen()?

Q. What does the following segment of code do?
fprintf(fp, “Copying!”);

Q. FILE reserved word is

Q. stdout, stdin and stderr are

Q. Which of the following statements about stdout and stderr are true?

Q. Within main, return expr statement is equivalent to

Q. stderr is similar to?

Q. What happens when we use
fprintf(stderr, “error: could not open filen”);

Q. Which of the following function can be used to terminate the main function from another function safely?

Q. Which of the following causes an error?

Q. What is the purpose of the function?
int ferror(FILE *fp)

Q. stderr is similar to?

Q. What happens when we use?
fprintf(stderr, “error: could not open filen”);

Q. The syntax of fgets is char *fgets(char *line, int maxline, FILE *fp). Which is true for fgets.fgets ?

Q. fputs function writes a string to a file that only ends with a newline

Q. fputs adds newline character