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
Using sizeof() with pointer to struct in C
Sep 21, 2025
c
struct
malloc
pass-by-reference
sizeof
Rust : How to get sizeof::<T> at compile time or other way? [duplicate]
Sep 18, 2025
rust
sizeof
Why does an empty slice have 24 bytes?
Sep 17, 2025
go
optimization
size
slice
sizeof
Is alignof(T*) is the same for all possible types? What about sizeof(T*)?
Sep 15, 2025
c++
pointers
language-lawyer
sizeof
alignof
`std::is_same_v<size_t, uint64_t>` evaluates to `false` when both types are 8 bytes long
Sep 13, 2025
c++
templates
c++17
language-lawyer
sizeof
Why does class C, which only contains member variables of type B, have sizeof(C) not equal to sizeof(B)?
Sep 07, 2025
c++
inheritance
memory
struct
sizeof
sizeof with a type or variable
Sep 05, 2025
c
coding-style
sizeof
Behaviour of sizeof with string
Mar 22, 2023
c
string
sizeof
Why is KeyValuePair<int, long> 16 bytes?
Mar 15, 2023
c#
struct
sizeof
keyvaluepair
Opposite behavior of Marshal.SizeOf and sizeof operator for boolean and char data types in C#
Mar 14, 2023
c#
marshalling
sizeof
Why is sizeof() of this array illegal?
Mar 08, 2023
c++
arrays
sizeof
Verify macro argument size at compilation time
Mar 05, 2023
c
sizeof
bit-fields
c11
Dereferencing an uninitialized pointer to pass into sizeof()
Mar 04, 2023
c
pointers
malloc
language-lawyer
sizeof
Why is absence of array index in "extern char name[]" not affecting strlen(name) but causing error for sizeof(name)?
Feb 19, 2023
c
sizeof
extern
strlen
Is the sizeof() value determined by compiler or linker?
Feb 18, 2023
c++
compiler-construction
linker
sizeof
assignment inside sizeof function in c [duplicate]
Feb 15, 2023
c
sizeof
Python: Declare 2 Byte Variables
Feb 14, 2023
python
memory
numbers
int
sizeof
sizeof applied to array types
Feb 13, 2023
c
arrays
sizeof
c11
Why does this buffer point to unaddressable bytes?
Feb 10, 2023
c
sizeof
fread
Function returning 101 and -101 instead of 1 and -1
Sep 02, 2025
c
sizeof
function-definition
strcmp
function-declaration
Older Entries »