Search code examples
Can sizeof() be used to define an array length?...


carraysmemory-managementsizeof

Read More
sizeof single struct member in C...


cstructsizeof

Read More
I do not understand array decay in C..it seems selective...


arrayscsizeof

Read More
How to find the size of an array (from a pointer pointing to the first element array)?...


arrayscpointerssizeof

Read More
sizeof(va_list) = 24 not 8...


c++ccharvariadic-functionssizeof

Read More
Sizeof operator doesn't work properly after insertion an element...


arrayscelementsizeof

Read More
Sizeof struct in Go...


structgosizeof

Read More
Will a `char` always-always-always have 8 bits?...


cmemorycharbytesizeof

Read More
Why does C++ standard specify temporary object materialization for `sizeof` operator of prvalue?...


c++sizeofprvalue

Read More
Arrays and sizeof() in C++...


c++arrayspointerssizeof

Read More
Why is the size of this subclass the same as the base class even though it adds a member variable?...


c++inheritancealignmentsizeofvirtual-functions

Read More
Why call sizeof operator with two arguments?...


csizeof

Read More
What are the exact conditions under which type_name in sizeof(type_name) is evaluated? GCC evaluates...


clanguage-lawyersizeofvariable-length-arraycompiler-bug

Read More
Does sizeof result depends on the declaration of the string?...


arraysccharsizeofstring-literals

Read More
Access struct members as if they are a single array?...


carraysstructsizeofunions

Read More
sizeof(int) on x64?...


c#64-bitclrsizeof

Read More
Why are C character literals ints instead of chars?...


c++ccharsizeoflanguage-design

Read More
Using sizeof on arrays passed as parameters...


c++arrayssizesizeof

Read More
sizeof a really big array...


cstacksizeof

Read More
Why is malloc allocated array shows less size than static allocated array...


arrayscpointersdynamic-memory-allocationsizeof

Read More
What is the correct output of sizeof("string")?...


clanguage-lawyersizeofstring-literalsmikroc

Read More
how to determine sizeof class with virtual functions?...


c++sizeofvtable

Read More
How can I count the length of char in a char array without using any loop?...


arrayscharsizeofstring-length

Read More
Why is the size of a character sizeof('a') different in C and C++?...


c++ctypescharsizeof

Read More
Why does class C, which only contains member variables of type B, have sizeof(C) not equal to sizeof...


c++inheritancememorystructsizeof

Read More
Is the size of a struct with one member the same as the size of the member?...


c++csizeofdatamember

Read More
What is the size of a struct with a flexible array member?...


csizeofflexible-array-member

Read More
Does a flexible array member increase sizeof a struct?...


cstructsizeofflexible-array-member

Read More
What is the size of a derived class if a base class has no members?...


c++genericsinheritancesizeofempty-class

Read More
Struct Padding Optimization in C...


cgccstructsizeof

Read More
BackNext