Twise Random

A site about computer science .
Skip to content
  • apple
  • android
  • c
  • cpp
  • data structure and algorithms
  • macos
  • python
  • tutorials

Tag: literal

What is a float , double , long double and a floating point literal in C ?

Posted on December 14, 2020February 25, 2021 by mohamad wael

 

What is float , double , long double ?

To store numbers in a computer , an algorithm must be used . The C standard does not specify the algorithm , or the encoding to be used , for … Read More

c floating point, literal, tutorial