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
Зарегистрируйся сейчас
или Подпишись на будущие тесты