bhanu reddy


{ City } bangalore
< Country > india
* Profession * mca
User No # 10892
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 1
Users Marked my Answers as Wrong # 1
Questions / { bhanu reddy }
Questions Answers Category Views Company eMail




Answers / { bhanu reddy }

Question { Yahoo, 6235 }

What is the error message that you would get if you try to
assign "Null" to an integer variable?


Answer

when u assign a null value to int varible

like
int i=null;

we will get error message :
Cannot convert null to 'int' because it is a non-nullable
value type

Is This Answer Correct ?    1 Yes 1 No