Answer Posted / p
Int 32 Represents 32 bit integer whereas int 64 represents 64 bit integer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
How does dictionary work in c#?
Can you put two constructor with the same structure in a class?
What is JIT (just in time)? how it works?
What is get set in c#?
Can I define my own exceptions?
What is the difference between string and stringbuilder in c#?
Can we overload the main method in c#?
What is the difference between xml documentation tag?
How many types of polymorphism are there?
What are different types of Delegates in C#?
Is arraylist type safe in c#?
What is a hash table in c#?
Any problem found in vs.et
Explain About multi level and multiple inheritance how to achieve in .net