What is ulong in c#?



What is ulong in c#?..

Answer / Sudhanshu Saxena

ulong is a data type in C# that represents an unsigned 64-bit integer. It can store values ranging from 0 to 18,446,744,073,709,551,615 (approximately 18 quintillion).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is difference between singleordefault and firstordefault?

1 Answers  


How do I do implement a trace and assert?

1 Answers  


How many digits are in an integer?

1 Answers  


How do I start a program in c#?

1 Answers  


Which is faster iqueryable or ienumerable?

1 Answers  


Can we have private constructor in our class file. When we are trying to create instance for the class will it create or throw error regarding that?

5 Answers  


What is expression c#?

1 Answers  


What?s the top .NET class that everything is derived from?

3 Answers  


What is a class level variable in c#?

1 Answers  


What is an arraylist in c#?

1 Answers  


What is the use of delegate?

1 Answers  


What is the namespace for the thread class?

1 Answers  


Categories