Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 776 Bytes

null-crt.md

File metadata and controls

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