Answers

Question and Answer:

  Home  C++ Programmer

⟩ Tell me what will the line of code below print out and why?

#include <iostream>

int main(int argc, char **argv)

{

std::cout << 25u - 50;

return 0;

}

 276 views

More Questions for you: