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 list array in c#?
What do you mean by sealed classes and static classes?
How C# 4.0 supports dynamic programming language?
Is as operator in c#?
What are the commonly used i/o classes?
How do you create user defined data types in c#?
Is c# a strongly-typed language?
What is the difference between early binding and late binding in c#?
HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only
What is the difference between method and function in c#?
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
Why do canadians say zed?
Can struct inherit from class c#?
How to declare a property in a class?