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 Implicit conversion in C#?
How does substring work in c#?
In howmany ways can you deploy an assembly?
Can firstordefault return null?
Is null == null c#?
What is hashmap in c#?
Is c# substring zero based?
List some Advantages of switch-case over if else?
What is assembly c#?
What does writeline mean?
How many parameters can a method have c#?
What is check/uncheck?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
What do you mean by object pooling?
What is the advantage of dependency injection?