Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.42 KB

declarations-and-types.md

File metadata and controls

36 lines (22 loc) · 1.42 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Declarations and Types
Declarations and Types
11/04/2016
data types [C]
types [C]
declarations [C++], C
declarations [C++], types
432a2286-cf42-42ce-8baf-c908ffb57ca8

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