what is the difference between int and Int32?
Answer Posted / nihar
Int32 is the System.Int32 class, while int is an alias for
System.Int32.
The same applies for String (uppercase S) which is
System.String, while string (lowercase S) is an alias for
System.String.
So basically int is the same thing as Int32, and string is
the same thing as Int32
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Can int be null in c#?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
What is difference between abstraction and encapsulation in c#?
Can you drink alcohol with a loop recorder?
What is the symbol used for in c#?
Can you create partial delegates and enumerations?
How big is an int16?
Why do we use stringbuilder in c#?
How do I know if executenonquery is successful c#?
What is reflection in c#?
What is integer c#?
What is fcl in c#?
What is a three-tier application.
Hi Friends, I am going through Siemens Interview Procedure from last 1+1/2 months. I went through 1 written + 2 Technical + 1 Managerial Round process after which I got call from HR informing that "you are selected and we would like to meet you for HR round". HR round was very nominal compared to MR. HR Round last for hardly 5 mins. They told me that you will get the final result on Friday. Still I have not received any feedback from them. Please help!!!
What are delegate methods?