+1 vote
in JavaScript by
What is the value of C? var a = 100; var b = "10"; var c = a + b;

10010

110

None

10100

1 Answer

0 votes
by
10010

Related questions

+1 vote
asked Oct 19, 2022 in C Plus Plus by AdilsonLima
+1 vote
asked Feb 14, 2020 in Agile by matthenary
...