Newbetuts
.
New posts in sizeof
Why does "sizeof(a ? true : false)" give an output of four bytes?
c
boolean
sizeof
conditional-operator
c11
sizeof a union in C/C++
c++
c
sizeof
unions
How does this "size of array" template function work? [duplicate]
c++
arrays
templates
size
sizeof
What is the size of void?
c++
c
language-lawyer
sizeof
Why is this happening with the sizeof operator when comparing with a negative number? [duplicate]
c
sizeof
implicit-conversion
Using sizeof with a dynamically allocated array
c
sizeof
What is the size of a pointer?
c++
pointers
sizeof
Why is sizeof considered an operator?
c
operators
sizeof
newbie questions about malloc and sizeof
c
malloc
sizeof
What does the 'array name' mean in case of array of char pointers?
c
pointers
sizeof
sizeof() operator in if-statement
c
sizeof
Is sizeof(bool) defined in the C++ language standard?
c++
boolean
sizeof
implementation-defined-behavior
Why does a C-Array have a wrong sizeof() value when it's passed to a function? [duplicate]
c
arrays
function
sizeof
Are there any platforms where pointers to different types have different sizes?
c
pointers
sizeof
Is the sizeof(some pointer) always equal to four?
c++
c
pointers
memory
sizeof
How to get the size of a JavaScript object?
javascript
memory
object
sizeof
Are there machines, where sizeof(char) != 1, or at least CHAR_BIT > 8?
c
char
standards
sizeof
c99
What does sizeof(&array) return?
c
string
pointers
sizeof
Why are C character literals ints instead of chars?
c++
c
char
sizeof
Why does sizeof(x++) not increment x?
c
sizeof
Prev
Next