R
Q. Select appropriate difference between decimal, float and double data type in C#? i) Float and Double are floating binary point types while decimal is a floating decimal point type. ii) Precision difference for float is '7' digit for double is '15' to '16' digit and for decimal is '28' to '29' digits. iii) Some values which cannot be exactly represented hence for those values float and double are more appropriate.
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. _________ are reserved, and cannot be used as identifiers.
Q. What will be the output of the following C# code?
Q. Which of the following statements is correct about an interface used in C#.NET?
Q. What is the difference between Console.Write() and Console.WriteLine() methods in C#?
Q. To output the value of multidimensional array, Console.WriteLines(___)
Q. Which access specifier should be used for Main() method in C#?
Discusssion
Login to discuss.