What is difference between int and int32 in c#?



What is difference between int and int32 in c#?..

Answer / 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

More C Sharp Interview Questions

Explain how do you convert a value-type to a reference-type?

0 Answers  


What is scope c#?

0 Answers  


What is the use of readkey in c#?

0 Answers  


What are partial classes and use of partial classes?

0 Answers   QuestPond,


Why do we need reflection in c#?

0 Answers  






Explain how can you clean up objects holding resources from within the code?

0 Answers  


What is clr namespace?

0 Answers  


Can we override static class in c#?

0 Answers  


Can abstract class have constructor c#?

0 Answers  


What is toint32 c#?

0 Answers  


Why do we use parameters in c#?

0 Answers  


What is the default value of decimal in c#?

0 Answers  


Categories