what is the difference between int and Int32?
Answer Posted / srinivas.r
int is a value datatype.
Whereas INT32 is a wrapper class.
| Is This Answer Correct ? | 4 Yes | 14 No |
Post New Answer View All Answers
how can one use hcl and c sharp together?
Why do we use threads in c#?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
What are predicates in c#?
What is COM Interoperability?
Define parsing? Explain how to parse a datetime string?
What are class fields?
What is a property in c#?
What are Namespaces?
What is dapper in c#?
Explain the difference between “constant” and “read-only” variables used in c#?
What is an assembly loader?
Does c# support multiple class inheritance?
What is the difference between continue and break statement?
What is CLR and its application.?