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 sizeof
Why is sizeof considered an operator?
Oct 13, 2022
c
operators
sizeof
Are there machines, where sizeof(char) != 1, or at least CHAR_BIT > 8?
Nov 09, 2022
c
char
standards
sizeof
c99
Why are C character literals ints instead of chars?
Sep 27, 2022
c++
c
char
sizeof
Why isn't the size of an array parameter the same as within main?
Aug 16, 2022
c
arrays
function
sizeof
Why do I get a warning every time I use malloc?
Dec 14, 2021
c
gcc
malloc
warnings
sizeof
sizeof single struct member in C
Dec 14, 2021
c
struct
sizeof
Is sizeof(bool) defined in the C++ language standard?
Dec 14, 2021
c++
boolean
sizeof
implementation-defined-behavior
Why does sizeof(my_arr)[0] compile and equal sizeof(my_arr[0])?
Dec 14, 2021
c
sizeof
Why does "sizeof(a ? true : false)" give an output of four bytes?
Aug 15, 2022
c
boolean
sizeof
conditional-operator
c11
Is the sizeof(some pointer) always equal to four?
Aug 14, 2022
c++
c
pointers
memory
sizeof
How to find the 'sizeof' (a pointer pointing to an array)?
Aug 13, 2022
c
arrays
pointers
sizeof
How to get the size of a JavaScript object?
Aug 13, 2022
javascript
memory
object
sizeof
Why does sizeof(x++) not increment x?
Aug 13, 2022
c
sizeof
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
Aug 13, 2022
c++
c
struct
sizeof
c++-faq
How do I determine the size of an object in Python?
Aug 13, 2022
python
object
memory
memory-management
sizeof
What is the correct output of sizeof("string")?
Sep 02, 2025
c
language-lawyer
sizeof
string-literals
mikroc
« Newer Entries