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
What is semaphore in c#?
What is lazy t?
Is there throws keyword in c#?
List the 5 different access modifiers in c#?
Why do we use lambda expression in c#?
Why do we use void in c#?
What are circular references? How garbage collection deals with circular references.
Is as operator in c#?
What are destructors in C#?
What is difference between variable and property in c#?
Is list a collection c#?
How do we achieve encapsulation in c#?
What is the use of ienumerable in c#?
What is the difference between as and is operators in c#?
Suppose two interfaces have same method, so how will you implement these methods in derive class?