Jump to content

Unsigned long: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:unsigned long}}
{{DISPLAYTITLE:unsigned long}}
<tt>unsigned long</tt> is a standard C type.
<tt>unsigned long</tt> is a standard C type.
   
  unsigned long
== Length ==
unsigned long int
;Length
32 bit (4 bytes)
32 bit (4 bytes)
 
;Range
== Range ==
0 through 4,294,967,295
0 through 4,294,967,295


[[Category:Data type]]
[[Category:C type]]

Latest revision as of 17:53, 23 January 2018

unsigned long is a standard C type.

unsigned long
unsigned long int
Length

32 bit (4 bytes)

Range

0 through 4,294,967,295