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 does .net stand for?
What is the advantage of .net?
Please tell us what is the difference between override and overload in a method?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
Is .net front end or backend?
Elements of CAS
Write the .net syntax for 'for loop'?
What's the problem with .net generics?
Explain how to rename a table using sql queries?
Explain difference between panel and groupbox classes using .net?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
How will you register com+ services?
Is there built-in support for tracing?
Explain memory-mapped files.