subject

Which of the below statements is false? 1.If a file is opened for reading it is necessary that the file must exist. 2. If a file opened for writing already exists, its contents would be overwritten. 3. Use of fgets() function to read file also keeps the ‘\n’ in the string. 4. fseek()function with SEEK_SET can move the file pointer to the beginning of the file. 5. If you open a file in write mode, your program will create a file in c drive of windows.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 12:00
The following function returns a string of length n whose characters are all 'x'. give the order of growth (as a function of n) of the running time. recall that concatenating two strings in java takes time proportional to the sum of their lengths. public static string f(int n) { if (n == 0) return ""; if (n == 1) return "x"; return f(n/2) + f(n - n/2); } options: a) constant b) logarithmic c) linear d) linearithmic e)quadratic f)cubic g) exponential
Answers: 2
question
Computers and Technology, 22.06.2019 19:00
Stacy works as blank. the most important soft skill she needs for this role is blank.
Answers: 3
question
Computers and Technology, 23.06.2019 22:30
Janice usually works on a particular workbook that contains all business related data. she decides to keep a backup of all the data in a separate workbook. she opens a new workbook to transfer the data. which option should she use to copy all the data from one workbook to another workbook?
Answers: 1
question
Computers and Technology, 24.06.2019 12:50
What percentage of teens plays video games? a.97% b.100% c.74% d.50%
Answers: 1
You know the right answer?
Which of the below statements is false? 1.If a file is opened for reading it is necessary that the f...
Questions
question
History, 12.03.2020 01:59
Questions on the website: 13722361