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
Do the advantages of using references over using pointers justify occasional "null-references"?
Dec 08, 2025
c++
pointers
reference
null-pointer
Is bitwise aritmetic on pointers defined behavior?
Dec 07, 2025
c
pointers
undefined-behavior
null-pointer
Is it defined behaviour to compare two null pointers for order
Dec 08, 2025
c++
comparison
null-pointer
Is every null pointer constant a null pointer?
Dec 08, 2025
c
language-lawyer
void-pointers
null-pointer
Is the NULL pointer implicitly converted to type (int*) when we use "if(ptr==NULL)" for an integer pointer ptr?
Dec 02, 2025
c
casting
void-pointers
null-pointer
Is there a difference between initialiazing variables and pointers with NULL or 0?
Oct 28, 2025
c
variables
pointers
initialization
null-pointer
Initializing SharedPreferences gives: Attempt to invoke virtual method on a null object reference
Oct 21, 2025
android
sharedpreferences
null-pointer
What is the special status of the value 0 in c++?
Sep 17, 2025
c++
literals
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
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
Null pointer check via "myPtr > 0"
Sep 04, 2025
c++
null
comparison
null-pointer
null-check
Older Entries »