cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
pointing to NULL and 0 the same thing?
pointing to NULL and 0 the same thing?
Apr 13, 2014 at 8:20pm UTC
johnmerlino
(110)
Is:
char
*endp = NULL;
the same thing as:
char
*endp = 0;
?
Apr 13, 2014 at 8:24pm UTC
Smac89
(1727)
Yes
http://www.cplusplus.com/reference/cstring/NULL/
Topic archived. No new replies allowed.