Skip to content

Latest commit

 

History

History
43 lines (42 loc) · 977 Bytes

File metadata and controls

43 lines (42 loc) · 977 Bytes
title NULL (CRT) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-standard-libraries
ms.tgt_pltfrm
ms.topic article
f1_keywords
null
dev_langs
C++
helpviewer_keywords
NULL
null pointers
NULL, null pointer value
ms.assetid f9aac2a0-4f79-423f-8738-a76dccc0b1c3
caps.latest.revision 7
author corob-msft
ms.author corob
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 (CRT)

NULL is the null-pointer value used with many pointer operations and functions. It is equivalent to 0. NULL is defined in the following header files: CRTDBG.H, LOCALE.H, STDDEF.H, STDIO.H, STDLIB.H, STRING.H, TCHAR.H, TIME.H and WCHAR.H.

See Also

Global Constants