Home
Q&A
Education
Technology
Credit
General
Health
Insurance
Questions
Ask a Question
Describe the file opening mode “w+” in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
Describe the file opening mode “w+” in C Programming?
interview-question-answer
technology-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 9, 2020
by
JackTerrance
(
1.8m
points)
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.
Please
log in
or
register
to add a comment.
Related questions
0
votes
Q: Describe the header file and its usage in C programming?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
+1
vote
Q: Explain the use of %i format specifier w.r.t scanf() in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
+1
vote
Q: Describe dynamic data structure in C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
0
votes
Q: Describe the difference between = and == symbols in C programming?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
0
votes
Q: Describe Wild Pointers in C Programming?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
...