1 + 1 + "1" = ?
1 + "1" + 1 = ?
"1" + 1 + 1 = ?
1) Is this code compile successfully or generate error ?
2) If compile then what is the output of given code ?
1
Answer
1 + 1 + "1" = ?
1 + "1" + 1 = ?
"1" + 1 + 1 = ?
1) Is this code compile successfully or generate error ?
2) If compile then what is the output of given code ?