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 can one use hcl and c sharp together?

0 Answers  


What are synchronous and asynchronous operations?

0 Answers  


What is the use of giving more than one CATCH BLOCK in one TRY block? Directly we can give that catch(Exception e)?Why we go for arrayoutofbound Exception,divided by zero etc..? Explain

2 Answers  


What is difference between out and ref in c#?

0 Answers  


is it possible to access a remote web service Without UDDI?

0 Answers   TCS,






Can hashset contain duplicates c#?

0 Answers  


What is the difference between “out” and “ref” parameters in c#?

0 Answers  


Can we write one page in c# and other in vb in one application ?

3 Answers   Keane India Ltd,


What is the advantage of constructor in c#?

0 Answers  


How do I automate my desktop application?

0 Answers  


What type is string in c#?

0 Answers  


How is a strongly-named assembly different from one that isn’t strongly-named?

0 Answers  


Categories