Top C# Interview question and answers
In this article, I will try to cover c# interview questions which you must know before going for an interview, this is useful for both freshers and experienced candidates. 1: Decimal vs Float vs Double a) Use decimals for counted values like money. Use float/double for measured values like distance. b) Double and Float can …