ctype(123.34,integer) - should it throw an error? Why or
why not?
Answer / 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 |
What is the difference between the C#.NET and VB.NET?
syntax for binding the data from database
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
What does the "EnableViewState" property do?
Explain the .net framework overview?
What is boxing?
Can you configure a .NET Remoting object via XML file?
What is a design pattern and what is it for?
Explain difference between panel and groupbox classes using .net?
Resource Files: How to use the resource files, how to know which language to use?
How many types of design patterns available in .NET?
Do you know what's the difference between .net and laravel?