tushar

tushar

  • NA
  • 27
  • 856

What it means: if(val1 is int val2)

Dec 14 2017 3:05 PM
I went for one interview, Interviewer asked me this question
What it means:
if(val1 is int val2) 
 
Actual I know that "is" we used to check "val1" value is int type or not but what is the meaning to add val2 after this.

Answers (2)