When a call to fgets encounters the end of the file, it:
a. returns 0
b. returns 1
c. returns void
d. causes a runtime error
e. causes a buffer overflow
a. returns 0
You might also like to view...
Which panel holds the Optical Margin Alignment option?
What will be an ideal response?
A(n) ____ backup is the storage of all files that have changed or have been added since the last full backup.
A. full B. half C. incremental D. differential
In one style of entity-relationship (E-R) diagrams, the letter n is used to represent the ____________________ side of a relationship.
Fill in the blank(s) with the appropriate word(s).
Which statement about the memory functions of the string handling library is false?
a) The functions treat blocks of memory as strings. b) The functions facilitate manipulating, comparing and searching blocks of memory. c) The pointer parameters to these functions are defined void *. d) A void * pointer cannot be dereferenced.