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
How is .net core cross platform?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
How is .net able to support a lot of languages?
What is managed code and managed data in .net?
Do you know what is linq?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is an anonymous method and how is it different from a lambda expression?
Can I write il programs directly?
What does stateless mean?
What is .net and .net framework?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
Can you edit data in repeater control? How?
What is misl?
Do you know what is .net standard?
Explain the purpose of Remoting in .NET?