Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 1.6 KB

File metadata and controls

60 lines (49 loc) · 1.6 KB
title Functions (C) | 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
functions [C]
Visual C, functions
ms.assetid 31839f65-49f4-43e1-85ec-8769924ffa96
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

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