Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.17 KB

functions-c.md

File metadata and controls

34 lines (21 loc) · 1.17 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Functions (C)
Functions (C)
11/04/2016
functions [C]
Visual C, functions
31839f65-49f4-43e1-85ec-8769924ffa96

Functions (C)

The function is the fundamental modular unit in C. A function is usually designed to perform a specific task, and its name often reflects that task. A function contains declarations and statements. This section describes how to declare, define, and call C functions. Other topics discussed are:

See also

C Language Reference