About: C data types

An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

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.

Property Value
dbo:abstract
  • Der Artikel Datentypen in C beschreibt die Verwendung von Datentypen in der Programmiersprache C. Datentypen sind in C Deklarationen für Speicheradressen oder Variablen, die bestimmen, welche Operatoren und Funktionen auf die Adressen und Variablen angewendet werden können. C bietet grundlegende arithmetische Datentypen zur Speicherung von Ganzzahlen und Gleitkommazahlen sowie die nötige Syntax zur Erstellung von Feldern und Verbundtypen. Etliche Header-Dateien der C-Standard-Bibliothek bieten darüber hinaus Definitionen weiterer Datentypen, die jeweils über bestimmte nützliche Eigenschaften verfügen. (de)
  • أنواع البيانات في لغة سي تكون أنواع البيانات عبارة عن إعلانات لعنواين الذاكرة، أو المتغيرات، التي تحدد خصائص البيانات التي يمكن تخزينها وأساليب (العمليات) للمعالجة المسموح بها. توفر لغة C أنواع حسابية أساسية، مثل أنواع الأعداد الصحيحة، والأعداد الرقمية، وبناء جمل اللغة لبناء أنواع المصفوفات والمركبات. يوجد العديد من الرؤوس (ترويسة (حوسبة)) في مكتبة سي المعيارية التي تحتوي على تعريفات للأنواع المدعومة، التي لها خصائص إضافية، مثل توفير مساحة تخزين ذات حجم دقيق، مستقلة عن التنفيذ. (ar)
  • 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. (en)
  • Dans le langage de programmation C, les types de donnée constituent la sémantique et les caractéristiques du stockage des éléments de données. Elles sont exprimées dans la syntaxe du langage sous forme de déclarations d'emplacements de mémoire ou de variables. Les types de variables déterminent également les types d'opérations ou les méthodes de traitement des éléments de données. Le langage C fournit des types arithmétiques de base, tels que des types entiers et réels, et une syntaxe pour construire des types tableaux et composés. Les en-têtes (headers en anglais) de la bibliothèque standard C, à utiliser via les en-têtes #include, contiennent des définitions de types de prise en charge, qui ont des propriétés supplémentaires, telles que la fourniture d'un stockage de taille exacte, indépendamment de l'implémentation du langage sur des plates-formes matérielles spécifiques. (fr)
  • C 프로그래밍 언어에서 자료형은 데이터의 특징을 결정하는 메모리 위치나 변수의 선언이다. C 언어는 정수와 실수형과 같은 기초적인 산술형, 그리고 배열과 복합형을 만드는 문법을 제공한다. (ko)
  • У мові програмування C поняття типів даних відносять до великої системи оголошення змінних різних типів. Сама мова надає базові арифметичні типи, а також синтаксис для створення масивів. (uk)
  • Система типов Си — реализация понятия типа данных в языке программирования Си. Сам язык предоставляет базовые арифметические типы, а также синтаксис для создания массивов и составных типов. Некоторые заголовочные файлы из стандартной библиотеки Си содержат определения типов с дополнительными свойствами. (ru)
  • 在C语言中,数据类型可以分为两类:基础数据类型和复合数据类型。 (zh)
dbo:thumbnail
dbo:wikiPageID
  • 2214112 (xsd:integer)
dbo:wikiPageLength
  • 31197 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1123372844 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdfs:comment
  • أنواع البيانات في لغة سي تكون أنواع البيانات عبارة عن إعلانات لعنواين الذاكرة، أو المتغيرات، التي تحدد خصائص البيانات التي يمكن تخزينها وأساليب (العمليات) للمعالجة المسموح بها. توفر لغة C أنواع حسابية أساسية، مثل أنواع الأعداد الصحيحة، والأعداد الرقمية، وبناء جمل اللغة لبناء أنواع المصفوفات والمركبات. يوجد العديد من الرؤوس (ترويسة (حوسبة)) في مكتبة سي المعيارية التي تحتوي على تعريفات للأنواع المدعومة، التي لها خصائص إضافية، مثل توفير مساحة تخزين ذات حجم دقيق، مستقلة عن التنفيذ. (ar)
  • C 프로그래밍 언어에서 자료형은 데이터의 특징을 결정하는 메모리 위치나 변수의 선언이다. C 언어는 정수와 실수형과 같은 기초적인 산술형, 그리고 배열과 복합형을 만드는 문법을 제공한다. (ko)
  • У мові програмування C поняття типів даних відносять до великої системи оголошення змінних різних типів. Сама мова надає базові арифметичні типи, а також синтаксис для створення масивів. (uk)
  • Система типов Си — реализация понятия типа данных в языке программирования Си. Сам язык предоставляет базовые арифметические типы, а также синтаксис для создания массивов и составных типов. Некоторые заголовочные файлы из стандартной библиотеки Си содержат определения типов с дополнительными свойствами. (ru)
  • 在C语言中,数据类型可以分为两类:基础数据类型和复合数据类型。 (zh)
  • 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. (en)
  • Der Artikel Datentypen in C beschreibt die Verwendung von Datentypen in der Programmiersprache C. Datentypen sind in C Deklarationen für Speicheradressen oder Variablen, die bestimmen, welche Operatoren und Funktionen auf die Adressen und Variablen angewendet werden können. (de)
  • Dans le langage de programmation C, les types de donnée constituent la sémantique et les caractéristiques du stockage des éléments de données. Elles sont exprimées dans la syntaxe du langage sous forme de déclarations d'emplacements de mémoire ou de variables. Les types de variables déterminent également les types d'opérations ou les méthodes de traitement des éléments de données. (fr)
rdfs:label
  • أنواع البيانات في سي (ar)
  • Datentypen in C (de)
  • C data types (en)
  • Types de donnée du langage C (fr)
  • C 자료형 (ko)
  • Система типов Си (ru)
  • 数据类型 (C语言) (zh)
  • Типи даних мови C (uk)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is rdfs:seeAlso of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License