Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

C Library function fgets() gets a complete line in a He, into a string variable,

ID: 3582445 • Letter: C

Question

C Library function fgets() gets a complete line in a He, into a string variable, and can only be used with text files A) TRUE B) FALSE Using binary files, the entire contents of an array can be saved all at once with one fwrite() operation A) TRUE B) FALSE When your computer shuts down, the operating system is still in memory but everything else in memory is wiped out A) TRUE B) FALSE If an integer takes 4 bytes of memory, it means that 64 bits are set aside for this integer. A) TRUE B) FALSE You HAVE to dynamically allocate memory for arrays if you want to navigate through the array using pointer variables rather than subscripts A) TRUE B) FALSE

Explanation / Answer

Question 9: A(True)
Question 10: A(True)
Question 11: A(True)
Question 12: A(True)
Question 13: A(True)