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 encapsulation and abstraction in c#?
Is overriding of a function possible in the same class?
What is serialization and deserialization in c# with example?
What is a class in unity?
What is default value of enum c#?
What is method overriding in c#
Suppose two interfaces have same method, so how will you implement these methods in derive class?
What is the base class from which all value types are derived?
What does private void mean in c#?
What is boxing in c#?
Name some properties of array.
What Is The Smallest Unit Of Execution In .net?
what is the default access for a class
What are the different types of constructors in c#?
Is c# different than c++?