Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 571 Bytes

File metadata and controls

15 lines (12 loc) · 571 Bytes
description Learn more about: NULL (CRT)
title NULL (CRT)
ms.date 11/04/2016
f1_keywords
NULL
VCRUNTIME/NULL
helpviewer_keywords
NULL
null pointers
NULL, null pointer value
ms.assetid f9aac2a0-4f79-423f-8738-a76dccc0b1c3

NULL (CRT)

NULL is the null-pointer value used with many pointer operations and functions. It's 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