User Tools

Site Tools


Sidebar

Programming Reference/Librarys

Question & Answer

Q&A is closed







c:datatypes:double

double

  double
  8 Byte
  2.3E-308 - 1.7E+308
  precision 15

You can use to find it out ;)

C Sourcecode Example

#include <stdio.h> /* including standard library */
//#include <windows.h> /* uncomment this for Windows */
 
 
int main(void)
{
   printf("double: %d bytes\n", sizeof(double) );
   return 0;
}

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
c/datatypes/double.txt · Last modified: 2024/02/16 01:05 (external edit)

Impressum Datenschutz