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 lazy in c#?
Why we use anonymous methods in c#?
Can a loop recorder detect a heart attack?
What is the console on a mac?
What is multithreading with .net?
What is encapsulation in csharp?
Explain the features of an abstract class in net.
What is inner class in c#?
What is icomparer in c#?
Ho we can see assembly information?
can you create a function in c# which can accept varying number of arguments
What does int32 mean?
Can you mark static constructor with access modifiers?
What are "class access modifiers" in C#?
Can You Prevent Your Class From Being Inherited By Another Class?