What is the difference between decimal and integer?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Difference between string and stringbuilder?

3 Answers   HCL, Siemens, TCS,


what is an event? Define delegate?

0 Answers  


How does yield return work c#?

0 Answers  


Code to run exe like mspaint,autocad etc in asp.net.

2 Answers  


What is the Main difference between String and StringBuilder and why do we use StringBuilder.

15 Answers   Aditya, CTS, Siemens,


What are the advantages of using c#?

0 Answers  


What is the difference between “constant” and “readonly” variables in c#?

0 Answers  


f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.

7 Answers  


Explain the three services model (three-tier application).

3 Answers   4Cplus,


If I want to override a method 1 of class A and in class b then how do you declare ?

4 Answers   MMTS,


Can you mark static constructor with access modifiers?

0 Answers  


Can you declare the override method static while the original method is non-static?

3 Answers  


Categories