- 4
What is 90 + "7"?
907
7 Answers
+ 5
In Python it's an error ^^
0
c#
its console.writeline(90 + "7")
== 907
0
dont forget ;
0
in c++ is 90 plus the address where "7" is located.
0
I did not understand the question. Are you asking why that happens?
- 1
in which language?
- 1
>>In Javascript
It is 907
>>In Php
it is 97