C#.NET Interview Questions and Answers – Part 3
21. What is the use of Nan values for double and float in C# ?
Nan in C# is generally used to represent special values in .NET . For example , in …
21. What is the use of Nan values for double and float in C# ?
Nan in C# is generally used to represent special values in .NET . For example , in …
C# supports three different types of comments
– Single Line Comments Eg : //
– Multi Line comments …