Reply
Wed 25 Jun, 2014 08:53 am
If we declare
a=10;
and then
a="xyz";
error occurs. What is the logical reason behind the same.
When we declare a as integer and then store string value, I know error will be there but I want to know the logical reason