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