Search code examples
Why am I getting 8 always?...


carrayssizeof

Read More
sizeof union larger than expected. How does type alignment take place here?...


cpointersalignmentsizeofunions

Read More
C - passing array in function an get its size...


arrayscparameter-passingsizeof

Read More
Why does an 8-byte array (C) in 64-bit Ubuntu take 16 bytes?...


c64-bitx86-6432bit-64bitsizeof

Read More
Python struct calsize different from actual...


pythonstructpaddingsizeof

Read More
Array of pointers to an array of pointers to int...


c++arrayspointerssizeof

Read More
Find the size of a dynamically allocated array...


arrayscmemory-managementdynamic-memory-allocationsizeof

Read More
Why does sizeof() operator return different output for static and dynamic array?...


arrayscmallocsizeof

Read More
Shall I use sizeof(DEFINED_CHAR_ARRAY)?...


cstringsizeof

Read More
Size of struct containing double field...


cstructsizeof

Read More
When a function has a specific-size array parameter, why is it replaced with a pointer?...


c++arraysstandardssizeoffunction-parameter

Read More
Which expression is the double pointer variable that always has the same memory size using sizeof()?...


cpointersdoublesizeof

Read More
How can I get zip_stat_t for large files...


csizeofstrlenlibzip

Read More
what does this line of code "#define LIBINJECTION_SQLI_TOKEN_SIZE sizeof(((stoken_t*)(0))->v...


cpointersstructuresizeofdereference

Read More
C: sizeof struct of structs to find number of elements in struct...


cstructsizeof

Read More
What arguments does the sizeof operator take in C?...


cparameterspointersargumentssizeof

Read More
Why the struct is storing more bytes than its definition?...


c++structsizeof

Read More
__builtin_object_size always returns -1...


cgccmemory-managementsizeof

Read More
If struct type is defined in another .c file, it becomes incomplete type?...


cstructsizeofincomplete-type

Read More
Why is the sizeof operator working differently for some expressions?...


coperatorssizeof

Read More
In C, why is the sizeof function used as the denominator to store the number of elements in an array...


arrayscsizeofdivide

Read More
How do I find the size of a char array?...


c++arrayscharsizeof

Read More
Getting different sizeof values of the same array in main and in a function...


c++arrayssizeof

Read More
Pointer typecasting c++...


c++arrayscharsizeof

Read More
Dereferencing an uninitialized pointer to pass into sizeof()...


cpointersmalloclanguage-lawyersizeof

Read More
Looping through a double pointer array and multiply or not multiply with sizeof in C?...


cdynamic-memory-allocationsizeofpointer-arithmetic

Read More
c++ sizeof - need help understanding...


c++sizeof

Read More
Maximum size of size_t...


cgccsizeofc99size-t

Read More
how to change sizeof(std::string)...


c++sizeofallocationstdstring

Read More
Why don't function pointer arguments affect memory size?...


c++memoryfunction-pointerssizeof

Read More
BackNext