+ 1
Can somebody help me with declaring variable?
I can not undrestand it 😥😥😥
5 Respuestas
+ 5
In c++ it's simply something like this.
int a; //declaration
int b = 10; //initialization
a = 5; //assignment
+ 4
Make sure you have searched before asking a new question.
https://www.sololearn.com/discuss/423159/?ref=app
https://www.sololearn.com/discuss/1316935/?ref=app
https://www.sololearn.com/discuss/1478038/?ref=app
+ 2
At least specify the language in Relevant Tags.
0
C++
0
Thanks