Search code examples
The sizeof and _Alignof value of a structure...


csizeofalignof

Read More
sizeof pointer to structure surprise...


cpointersstructuresizeof

Read More
Why can't I check the sizeof a struct in C? (undeclared error)...


cstructsizeof

Read More
Is it safe to assert(sizeof(A) == sizeof(B)) when A and B are "the same"?...


c++language-lawyersizeof

Read More
Why does sizeof(*value) returns different value than sizeof(value) in c++...


c++sizeof

Read More
C - How does sizeof() of a function call works?...


cfunction-pointerssizeof

Read More
different between sizeof(p) and sizeof(*p) while p has base type of a matrice...


cpointersmultidimensional-arraysizeof

Read More
Why the size of array is calculated incorrectly when done from inside a function?...


arrayscfunctionpointerssizeof

Read More
Allocating char array using malloc...


ccharmallocsizeofc99

Read More
What is the reason behind the "False" output of this code?...


cgcccomparisonsizeofunsigned

Read More
The result of "sizeof" depends on the location of the brackets. Why?...


cexpressionsizeofoperator-precedenceunary-operator

Read More
Why is the size of structure pointer **s when derefenced to '*s' and further to 's' ...


c++cpointersstructuresizeof

Read More
Why do references take up memory?...


c++referencesizeof

Read More
Question regarding size of integer pointer variables in C...


arrayscpointersimplicit-conversionsizeof

Read More
for sizeof(x) VS while ([x] != '\0') in C...


cpointerscharsizeofc-strings

Read More
How to find out the size of a dynamic Eigen vector in bytes?...


c++sizeeigensizeofeigen3

Read More
How do I properly use sizeof to measure the block to malloc?...


cpointersstructmallocsizeof

Read More
Confusion around using a macro for an array length...


arrayscmacrossizeof

Read More
size of array of pointers...


carrayssizeof

Read More
What is the reason for seemingly inconsistent sizes of pointers and struct types?...


cpointersprintfsizeof

Read More
Why don't the authors of the C99 standard specify a standard for the size of floating point type...


cfloating-pointsizeofc99standardization

Read More
Is sizeof(<variable>) instead of sizeof(<type>) always safe?...


cpointersmallocsizeof

Read More
Incomprehensible syntax in c/c++!! why can we malloc a buffer like this?...


csyntaxmallocsizeof

Read More
C++ Template Parameter sizeof Returns Incorrect Result...


c++templatessizeof

Read More
Object size of base class while referring to derived class...


c++c++11c++14sizesizeof

Read More
Segmentation Fault: Dynamically allocating matrix using a double pointer...


cpointersmatrixdynamic-memory-allocationsizeof

Read More
What causes this program to segmentation fault?...


assemblyx86segmentation-faultsizeof

Read More
Be careful: the "unsigned" specifier changes the size of the wchar_t type in Visual Studio...


c++visual-c++sizeof

Read More
Why g++ isn't performing structure packing here?...


c++structurepaddingsizeofmemory-alignment

Read More
16bit unsigned int array outputting more elements than initialized size in c...


arrayscfor-loopsizeofconversion-specifier

Read More
BackNext