What will the following code print?
#include <iostream>

void print(int a) {
   std::cout << a;
}

int main() {
   int x = 5, &_=x;
   ----------_;
   print(x);
   ----------_;
}
Explanation
Get an explanation when it's available:

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести