What will be printed out as a result of the following code execution?
#include <iostream>
using namespace std;

class A {
private:
  A() { cout << "A"; }
};

int main(int argc, char* argv[])
{
  A a, b;
  return 0;
}

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты