Is int a class in c#?



Is int a class in c#?..

Answer / Gaurav Singh Tomar

No, 'int' is not a class in C#. It is a built-in simple data type representing a 32-bit signed integer.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is tuple in c#?

1 Answers  


Can you inherit from a sealed class?

1 Answers  


how can we pass parameters to a user control using delegates ?

1 Answers   IBM,


What are the properties of c#?

1 Answers  


How to implement singleton design pattern in c#?

1 Answers  


What is the difference between a function and a method?

1 Answers  


What are strong name assemblies?

1 Answers   CitiusTech,


what is serilization?

6 Answers   Protech,


How do I run a cshtml file?

1 Answers  


Is c# an array?

1 Answers  


Which control cannot be placed in mdi?

1 Answers  


What the different phase/steps of acquiring a proxy object in webservice?

1 Answers  


Categories