in Technology by
Describe the file opening mode “w+” in C Programming?

1 Answer

0 votes
by
Opens a file both for reading and writing. If a file is not existing it creates one, else if the file is existing it will be over written.

Related questions

0 votes
    Describe the header file and its usage in C programming?...
asked Nov 8, 2020 in Technology by JackTerrance
+1 vote
    Explain the use of %i format specifier w.r.t scanf() in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Describe dynamic data structure in C programming language?...
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
    Describe the difference between = and == symbols in C programming?...
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
    Describe Wild Pointers in C Progamming?...
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
    I would like to use ShellExecute in my C++ program to force the opening of a tiff image with ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    It's a UI path sequence. I am trying to read some URLs from an Excel file.Launch browser Go to URL from file ... save it as a file. Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    What is the first string in the argument vector w.r.t command line arguments in C?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    In Example 94, if P(Ui)=C, where C is a constant, then P(Un/W) is equal to A. 2 n+1 B. 1 n+1 C. n n+1 D. 1 2 Select the correct answer from above options...
asked Nov 16, 2021 in Education by JackTerrance
0 votes
    I have millions of file in a Folder its difficult to read with script so i need to store file in ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 27, 2022 in Education by JackTerrance
+1 vote
    Which built-in function can be used to move the file pointer internally in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Is FILE a built-in data type in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Does a built-in header file contains built-in function definition in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Is there any possibility to create a customized header file with C programming language?...
asked Nov 8, 2020 in Technology by JackTerrance
+1 vote
    What is a sequential access file in C-Programming?...
asked Nov 8, 2020 in Technology by JackTerrance
...