ctype(123.34,integer) - should it throw an error? Why or
why not?

Answers were Sorted based on User's Feedback



ctype(123.34,integer) - should it throw an error? Why or why not?..

Answer / guest

No. we have a valid conversion between 123.34(double) to
integer

Is This Answer Correct ?    2 Yes 0 No

ctype(123.34,integer) - should it throw an error? Why or why not?..

Answer / prashant

It will nt throw any error.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How will you deploy the dll file in gac?

0 Answers  


Can extension methods access private members?

0 Answers  


What is windows forms in c#?

0 Answers  


What is generic collection in c#?

0 Answers  


What is the use of console?

0 Answers  






What is datagrid c#?

0 Answers  


Can an interface inherit an interface

1 Answers   Synechron,


Why is lazy loading?

0 Answers  


What is abstract class ?

5 Answers   Digital GlobalSoft,


How many types of constructors are there?

0 Answers  


Is c# scripting language?

0 Answers  


How many types of variables are there in c#?

0 Answers  


Categories