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
How can I process command-line arguments?
What is serialization and deserialization in c# with example?
How do I edit a dll file?
Can we have only “try” block without “catch” block in c#?
Is it possible to have different access modifiers on the get/set methods of a property?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
Why do we need delegates in c#?
Differentiate between copy and default constructor.
What is difference between private and protected?
Why do we use struct in c#?
What are the different types of literals in c#?
Define Final Class in C#
What do you mean by directing?
What is jit (just in time)?
Does console.writeline() stop printing when it reaches a null character within a string?