What are floating point numbers? How many types of floating number are there?
Answer / Ravi Ranjan Dubey
"Floating point numbers represent real numbers in a computer system. They have two parts: the significand (mantissa) and the exponent. Swift has two types of floating point numbers: Double and Float."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Is "swift" a good programming language? Explain
How to pass the data between view controllers?
Is swift written in c++?
What is swift stand for?
What is static in swift?
How do I create a bridge header in swift 4?
Explain how you define variables in Swift language?
How would you define variables and constants in swift programming language?
Explain grand central dispatch (gdc).
What is dynamic keyword in swift?
What are swift properties?
What are the differences between a struct and a class?