Question #22: What value should be printed for x? 63% on 1884 times asked
#include <iostream> int main() { int x = int() = 3; std::cout << x << std::endl; return 0; }