Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in null-pointer
Can we call (void *)0 a void pointer in C?
Dec 20, 2022
c
pointers
null
void-pointers
null-pointer
Creating a file using fopen()
Dec 17, 2022
c
file-handling
dev-c++
null-pointer
NULL passed directly to a function expecting a const reference parameter (VC++ 4.2)
Dec 13, 2022
c++
visual-c++
reference
null-pointer
MediaMetadataRetriever getFrameAtTime: videoframe is a null pointer
Nov 05, 2022
android
frame
media
null-pointer
On MSP430, what will happen when I dereference a null pointer?
Sep 23, 2017
c
pointers
msp430
iar
null-pointer
Can the compiler cast `(void *) 0` in `execl(prog, arg, (void*) 0)` to a null pointer of the appropriate type?
Mar 31, 2022
c
pointers
posix
null-pointer
Subtracting NULL pointer from a normal pointer generates arithmetic right shift
Oct 19, 2022
c
pointers
null-pointer
Inconsistent C99 support in gcc and clang
Jun 10, 2022
c
language-lawyer
c99
c11
null-pointer
Can I assume NULL value in comparison as the false?
Jun 20, 2018
c
pointers
comparison
conditional-statements
null-pointer
Deleting a null pointer [duplicate]
Nov 03, 2022
c++
delete-operator
null-pointer
Is printing a null-pointer Undefined Behavior?
Jun 25, 2022
c++
iostream
undefined-behavior
null-pointer
Can we subtract NULL pointers?
Sep 24, 2022
c
pointer-arithmetic
null-pointer
ptrdiff-t
Is apparent NULL pointer dereference in C actually pointer arithmetic?
Jun 26, 2022
c
struct
pointer-arithmetic
null-pointer
offsetof
Using StringUtils.isEmpty without losing compiler warnings about null pointers
May 23, 2022
java
compiler-warnings
apache-commons
findbugs
null-pointer
Is it safe to assume that the NULL constant is zero?
Nov 08, 2022
c
pointers
null
null-pointer
About the non-nullable types debate
Feb 27, 2022
null
d
access-violation
non-nullable
null-pointer
Why doesn't std::string take a null pointer?
Oct 02, 2022
c++
string
std
null-pointer
How does c++ nullptr implementation work?
Aug 22, 2022
c++
c++17
nullptr
null-pointer
Is (int *)0 a null pointer?
Sep 25, 2022
c
language-lawyer
null-pointer
Is dereferencing null pointer valid in sizeof operation [duplicate]
Oct 12, 2022
c
sizeof
dereference
null-pointer
Older Entries »