vendredi 10 avril 2020

What is the diffference between the below two functions;

function(const int a){
}

function(const int &a){
}

In both the cases i can't change the value of a. Then what is the difference`

Aucun commentaire:

Enregistrer un commentaire