Welcome to the C++ =) | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 5

Welcome to the C++ =)

int a=1; std::cout << 0[&a]; Try it yourself

5th Feb 2017, 11:52 AM
SUPER_S
SUPER_S - avatar
2 Respostas
+ 9
what is the output???
5th Feb 2017, 1:25 PM
Art456
Art456 - avatar
+ 2
@ArtemisAthena456 Output is value of a (1) =)
5th Feb 2017, 1:26 PM
SUPER_S
SUPER_S - avatar