Moderate

You can append to a file instead of overwriting by using the________________?

Correct answer: B. >> symbols

  • A. > symbols
  • B. >> symbols
  • C. < symbols
  • D. << symbols

Explanation

The >> redirection operator writes output at the end of an existing file, preserving its current contents. A single > instead truncates the file before writing.

Last updated

Practise Software Development Lifecycle

423 free Software Development Lifecycle MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions