Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 776 Bytes

File metadata and controls

23 lines (22 loc) · 776 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

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