Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 58

Which line is an example of the start of a chunk from a unified diff?

Answer options

Correct answer: B

Explanation

The correct answer is B because it follows the standard format of a unified diff, indicating the old and new line numbers correctly. Options A, C, and D do not conform to this format, as they either contain incorrect line numbers or are not structured according to the unified diff syntax.