samedi 1 juillet 2017

I don't know what does this mean (x^y) ? in c++

what is this function used for ? and it's not for the power function. : #include

    using namespace std;

    int main(){

    int x,y;

    cout<<(x^y)<<endl;/* this is the unkown (X^Y)*/

    return 0;

    }

Aucun commentaire:

Enregistrer un commentaire