This HTML5 document contains 81 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dcthttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n13http://en.wikipedia.org/wiki/
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:C_data_types
rdfs:label
C data types
rdfs:comment
In the C programming language, data types constitute the semantics and characteristics of storage of data elements. They are expressed in the language syntax in form of declarations for memory locations or variables. Data types also determine the types of operations or methods of processing of data elements.
owl:sameAs
freebase:m.06wgj2
dbp:wikiPageUsesTemplate
dbt:C_programming_language dbt:Code dbt:As_of dbt:Noteslist dbt:Use_dmy_dates dbt:C_Standard_Library dbt:Expand_section dbt:Reflist dbt:Anchor dbt:Snd dbt:Data_types dbt:Mono dbt:Citation_needed dbt:Wikibooks dbt:Efn dbt:Ubl dbt:Main
dct:subject
dbc:Articles_with_example_C_code dbc:C_standard_library dbc:C_(programming_language) dbc:Data_types
gold:hypernym
dbr:DéCLARAtions
prov:wasDerivedFrom
n13:C_data_types?oldid=1067334619&ns=0
dbo:wikiPageID
2214112
dbo:wikiPageLength
30312
dbo:wikiPageRevisionID
1067334619
dbo:wikiPageWikiLink
dbr:IEEE_754 dbr:Embedded_system dbr:Typedef dbr:Machine_epsilon dbr:Linux dbc:C_(programming_language) dbr:Quadruple-precision_floating-point_format dbr:Signed_number_representations dbr:Const_(computer_programming) dbr:Include_directive dbr:Variable_(computer_science) dbr:Data_structure_alignment dbr:Complex_number dbr:Type_qualifier dbr:Integer_overflow dbr:Ones'_complement dbr:Real_number dbr:Union_type dbc:C_standard_library dbr:Extended_precision dbc:Articles_with_example_C_code dbr:C_standard_library dbr:Sizeof dbr:Double-precision_floating-point_format dbr:SunOS dbr:C_syntax dbr:Microcontroller dbr:Void_type dbr:C_(programming_language) dbc:Data_types dbr:Function_pointer dbr:Pointer_(computer_programming) dbr:Printf_format_string dbr:ANSI_C dbr:Scanf_format_string dbr:Standard_library dbr:Memory_address dbr:MS-DOS dbr:Two's_complement dbr:Bit_field dbr:Integer dbr:Linked_data_structure dbr:Flexible_array_member dbr:Integer_(computer_science) dbr:Uninitialized_variable dbr:POSIX dbr:C11_(C_standard_revision) dbr:Long_double dbr:C99 dbr:Single-precision_floating-point_format
dbo:abstract
In the C programming language, data types constitute the semantics and characteristics of storage of data elements. They are expressed in the language syntax in form of declarations for memory locations or variables. Data types also determine the types of operations or methods of processing of data elements. The C language provides basic arithmetic types, such as integer and real number types, and syntax to build array and compound types. Headers for the C standard library, to be used via include directives, contain definitions of support types, that have additional properties, such as providing storage with an exact size, independent of the language implementation on specific hardware platforms.
foaf:isPrimaryTopicOf
n13:C_data_types