for the function having prototype....
void fun(int = 10, int = 20, int = 30, int = 40);
how to make sure that when it is called with two arguments
such as.....
fun(1, 2);
these two are treated as the 1st & 3rd arguments
while the 2nd & 4th take the default values???????????



LinkBack URL
About LinkBacks


