πŸ“Š Problem Solving and Python Programming
Q. What is the type of inf?
  • (A) boolean
  • (B) integer
  • (C) float
  • (D) complex
πŸ’¬ Discuss
βœ… Correct Answer: (C) float

Explanation: infinity is a special case of floating point numbers. it can be obtained by float(‘inf’).


Explanation by: Mr. Dubey
infinity is a special case of floating point numbers. it can be obtained by float(‘inf’).

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
899
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
94%
Success Rate