I saw the following declaration some where
int a (int a, int b , int c /* 0 */)
Does the comment in the bracket act as a default value creator
int a (int a, int b , int c /* 0 */)
Does the comment in the bracket act as a default value creator
Comment