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
Why did they call it .net?
What is a variable of implicit type and what is its scope?
What's a windows process in .net?
Explain what is the difference between response.redirect & server.transfer?
Explain about .Net products?
What is namespace in .net?
What is managed code in .NET?
Explain what rare the types of jit and what is econo-jit?
Do you know what are three common acronyms used in .net, and what do they stand for?
What is a .DLL and .EXE files called in .NET?
Tell us why do we use the “using” statement?
Is atl redundant in the .net world?
Tell me what is serialization?
What are the security policy levels in .Net
What is the difference between task and thread in .net?