ctype(123.34,integer) - should it throw an error? Why or
why not?
Answer Posted / aravindreddy
It would work fine. As the runtime type of 123.34 would be
double,
and Double can be converted to Integer.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is Finalizer in .NET define Dispose and Finalize ?
Explain about the Common Language Runtime?
Explain soap and xml?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
The project which you have made, which methodology did you use?
What is the use of common language runtime?
Describe the use of following com+ services jit activation, queued components, object pooling.?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Explain the top .net class that everything is derived from?
What is lazy initialization?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
What is view state in .net?
Tell us what is the native image generator?
Is .net an object oriented language? What are their components?
Explain how to stop a thread?