Is a valid int value?



Is a valid int value?..

Answer / Manish Thapa

No, 12345678 is not a valid integer value as it exceeds the maximum limit of a 32-bit signed integer (which is 2,147,483,647).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

what is lamda expression?

3 Answers  


What debugging tools come with the .NET ssSDK?

1 Answers   Siebel,


What is lazy loading c#?

1 Answers  


What is short in c#?

1 Answers  


When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?

2 Answers   Mind Tree,


What is asynccallback c#?

1 Answers  


What exactly happens when we debug and build the program?

1 Answers  


What is class in oops with example in c#?

1 Answers  


Differentiate between copy and default constructor.

1 Answers   TCS,


What is console readkey in vb net?

1 Answers  


Advantages of c# over vb.net?

3 Answers   HCL, Syntel,


Is it possible to execute multiple catch block for a single try statement?

1 Answers   Siebel,


Categories