What is 8 bit signed integer?



What is 8 bit signed integer?..

Answer / Amarjeet Kumar Paswan

An 8-bit signed integer is a whole number that can range from -128 to 127. It uses one byte of memory and is represented in C# using the sbyte data type.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is an array? Give the syntax for a single and multi-dimensional array?

1 Answers  


Can class be protected in c#?

1 Answers  


Is string nullable c#?

1 Answers  


Why do we use virtual methods in c#?

1 Answers  


what are the files we need to deploay a project in the system?

2 Answers  


What is clr namespace?

1 Answers  


Is string mutable in c#?

1 Answers  


hi In my database i put id column as identity(the database is incremented by it self only)what i want is if i enter a data in my website, id will come automatically can u pl z tell me the code thax in advance

1 Answers  


What is instantiating a class?

1 Answers  


write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )

1 Answers  


What's the implicit name of the parameter that gets passed into the set method/property of a class?

1 Answers  


How Global.asax is used ?

1 Answers   Siebel,


Categories