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

Can Any body send C Sharp latest interview questions to my mail id: alim.mtech@gmail.com.

1 Answers  


what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?

0 Answers  


What is strong data type in c#?

0 Answers  


What is garbage collection? How to force garbage collector to run?

0 Answers  


How to transpose multi-dimensional array?

0 Answers   C DAC, CDAC,






What is difference between throw and throws in c#?

0 Answers  


What is difference between an reference type and value type in C#?

0 Answers   B-Ways TecnoSoft,


What is xml serializer?

0 Answers  


Name the two classes are required for implementing a windows service?

0 Answers  


What is typeof c#?

0 Answers  


How does bubble sort work?

0 Answers  


Is there any sample c# code for simple threading?

0 Answers  


Categories