User Tools

Site Tools


notes:cprog:fall2022:projects:dtr0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
notes:cprog:fall2022:projects:dtr0 [2022/09/08 02:41] – [BINARY NUMBERS] rspringenotes:cprog:fall2022:projects:dtr0 [2022/09/08 02:44] (current) – [DATA TYPES IN C] rspringe
Line 44: Line 44:
 --------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------
     
-===Enumerated types===+===Enumerated Types===
  
 They are again arithmetic types and they are used to define variables that can only assign certain discrete integer values throughout the program. They are again arithmetic types and they are used to define variables that can only assign certain discrete integer values throughout the program.
 --------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------
  
-===The type void===+===The "void" Type===
  
-The type specifier void indicates that no value is available.+The type specifier "voidindicates that no value is available.
 --------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------
  
-===Derived types===+===Derived Types===
  
 They include (a) Pointer types, (b) Array types, (c) Structure types, (d) Union types and (e) Function types. They include (a) Pointer types, (b) Array types, (c) Structure types, (d) Union types and (e) Function types.
notes/cprog/fall2022/projects/dtr0.1662604861.txt.gz · Last modified: 2022/09/08 02:41 by rspringe