Login
Remember
Register
Ask a Question
What is the value of C?
+1
vote
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
What is the value of C? var a = 100; var b = "10"; var c = a + b;
10010
110
None
10100
#code-value
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 7, 2020
by
SakshiSharma
10010
...