ctype(123.34,integer) - should it throw an error? Why or
why not?
Answer Posted / prashant
It will nt throw any error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between abstract class and interface.
List out two different types of errors in c#?
What is type checking in c#?
What is the difference between do and while loop?
What does immutable mean in c#?
Can you specify nested classes as partial classes?
What are the applications of c#?
What is parallel programming in c#?
Difference between value and reference type. What are value types and reference types?
How can you access a private method of a class?
Explain the various types of classes used in c#?
Does a loop recorder have to be removed?
In howmany ways can you deploy an assembly?
What is the process of Serialization?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?