Computer Science, asked by Milindkumar69, 6 months ago

Which one is incorrect function header?

difference(x, y = 2, z = 3)
difference(x, y, z = 5)
difference(x = 4, y = 5, z = 6)
difference(x = 10, y, z = 10)

Answers

Answered by Snehpriyanshu
5

Explanation:

difference(x = 4, y = 5, z = 6)

Similar questions