int foo (int a , int b = 0)
I just read this code. I don\'t understand what \" = 0\" means?
I would also like to know why int foo (int a
int foo (int a
See
Default Argument