What is the error message that you would get if you try to
assign "Null" to an integer variable?
Answer Posted / bhanu reddy
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 |
Post New Answer View All Answers
Difference between ActiveX Control and Standard Control.
How would you run your ActiveX Document Dll?
What is the difference between change event in normal combobox and dbcombobox?
Explain the usage of Web Browser Control?
What is script control?
How would you create your application in DHTML?
Difference between DDE and OLE.
Can you create a tabletype of recordset in Jet connected ODBC dbengine.
what are the different Types of Recordsets.
Is visualvm free?
What is the use of ActiveX Documents?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
What are forms in visual basic?
Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.
Difference between Recordset and Resultsets.