Tag Archives: Type

Checking the Type of variable

Sometimes when you do coding, you may come across a situation where you don’t know what is the data type of the variable and you may be initializing the variable which may give you “Type compatibility error”. This issue can be handled in the code. If you have a check on this variable with the… Read More »