Skip to content

Latest commit

 

History

History
64 lines (52 loc) · 1.86 KB

File metadata and controls

64 lines (52 loc) · 1.86 KB
title Declarations and Types | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-language
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
data types [C]
types [C]
declarations [C++], C
declarations [C++], types
ms.assetid 432a2286-cf42-42ce-8baf-c908ffb57ca8
caps.latest.revision 7
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Declarations and Types

This section describes the declaration and initialization of variables, functions, and types. The C language includes a standard set of basic data types. You can also add your own data types, called "derived types," by declaring new ones based on types already defined. The following topics are discussed:

See Also

C Language Reference