Skip to content

Latest commit

 

History

History
41 lines (39 loc) · 788 Bytes

File metadata and controls

41 lines (39 loc) · 788 Bytes
title NULL Macro | 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
NULL, macro
ms.assetid 6800f7a4-88a7-442f-87ed-e618e83a0b16
caps.latest.revision 6
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

NULL Macro

ANSI 4.1.5 The null pointer constant to which the macro NULL expands

Several include files define the NULL macro as ((void *)0).

See Also

Library Functions