What will be printed out as a result of the following code execution?
    int * z;
    int  const x = 5;
    z = &x;
    z++;
    std::cout << z ;
Explanation
Reference to a constant object x cannot be assigned to a non-constant pointer z

Слідкуй за CodeGalaxy

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

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