Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.66 KB

declarations-and-types.md

File metadata and controls

44 lines (32 loc) · 1.66 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Declarations and Types | Microsoft Docs
11/04/2016
cpp-language
article
C++
data types [C]
types [C]
declarations [C++], C
declarations [C++], types
432a2286-cf42-42ce-8baf-c908ffb57ca8
7
mikeblome
mblome
ghogen

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