Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 1.75 KB

File metadata and controls

65 lines (53 loc) · 1.75 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision ms.author manager translation.priority.ht
Declarations and Types
na
10/14/2016
visual-studio-dev14
na
na
devlang-cpp
na
article
C++
C
data types [C]
types [C]
declarations [C++], C
declarations [C++], types
432a2286-cf42-42ce-8baf-c908ffb57ca8
7
mithom
ghogen
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