Which is the correct function call for the following function?

 add(3, 2); add();function(2,3)

Make sure to pick  add(3, 2);.