Which of the following function headers is correct?

Question:Which of the following function headers is correct?

1.def fun(a = 2, b = 3, c)

2.def fun(a = 2, b, c = 3)

3.def fun(a, b = 2, c = 3)

4.def fun(a, b, c = 3, d)


Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!