What is integer c#?



What is integer c#?..

Answer / Shweta Pathak

An integer in C# refers to the predefined data type used to represent whole numbers, such as int, uint, long, and short. The most commonly used type is 'int', which is a 32-bit signed integer.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Explain about Serialize and MarshalByRef?

1 Answers  


What are events in C#?

1 Answers   CDC,


Why is it not a good idea to use empty destructors?

1 Answers  


How big is int16?

1 Answers  


what is scope of a protected internal member variable of a c# class

1 Answers   Cognizant,


Why does dllimport not work for me?

1 Answers  


What is a HashCode?

1 Answers  


What is meant by desktop application?

1 Answers  


Explain what a diffgram, and a good use for one Define diffgram? How it be used?

1 Answers   Siebel,


What is an argument in c#?

1 Answers  


What does an indexer do?

1 Answers  


What is strong data type in c#?

1 Answers  


Categories