ctype(123.34,integer) - should it throw an error? Why or
why not?
Answer Posted / guest
No. we have a valid conversion between 123.34(double) to
integer
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between dynamic and var in c#?
Can enum be null c#?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
Why do we use overloading in c#?
What are the types of class in c#?
What is difference between new and override in c#?
Is equal in c#?
How do I develop c# apps?
How to prevent the error while updating ui control from another thread?
What is the difference between a field and a property in c#?
Write a syntax for writing a event delegate.
What is xaml in c#?
Whats an assembly? Describe the importance of assembly?
What is the function of the not null constraint?
What is boxing and unboxing in c#?