mardi 17 septembre 2019

Why the code below print out `4294967271`?

Why the answer of the below code is not -25 ?

#include <iostream>

int main(int argc, char **argv)
{
    std::cout << 25u - 50;
    return 0;
}

Aucun commentaire:

Enregistrer un commentaire