Q. Observe following function declaration and choose the best Ans:: int divide ( int a, int b = 2 )
β
Correct Answer: (D)
Variable b will have value 2 if not specified when calling function