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

What do you use c# for?

0 Answers  


State two different types of access modifiers.

0 Answers  


What is windows forms in c#?

0 Answers  


What is the difference between static class and abstract class in c#?

0 Answers  


what are value types and reference types? where they are stored?

5 Answers   Kanbay,






What?s class SortedList underneath?

1 Answers  


What?s class SortedList underneath?

1 Answers  


How will you deploy the dll file in gac?

0 Answers  


Can constructor be private c#?

0 Answers  


Is array value type in c#?

0 Answers  


What is a Command Object in C#?

0 Answers   B-Ways TecnoSoft,


Describe how a .net application is compiled and executed

0 Answers  


Categories