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
How to get the string size in bytes?
Sep 02, 2022
c
sizeof
arrays
How does sizeof know the size of the operand array?
Sep 01, 2022
c++
c
sizeof
What does sizeof(&array) return?
Sep 01, 2022
c
string
pointers
sizeof
Size of int and sizeof int pointer on a 64 bit machine
Aug 24, 2022
c++
c
int
64-bit
sizeof
Why is int typically 32 bit on 64 bit compilers?
Sep 01, 2022
c++
compiler-construction
int
sizeof
platform
Difference between sizeof(empty struct) and sizeof(struct with empty array)?
Sep 01, 2022
c++
c
struct
sizeof
Why the sizeof(bool) is not defined to be one, by the Standard itself?
Sep 01, 2022
c++
boolean
standards
sizeof
Checking the size of an object in Objective-C
Sep 30, 2022
c
objective-c
sizeof
Does sizeof(T) == sizeof(const T) and alignof(T) == alignof(const T)
Jun 01, 2020
c++
c
alignment
sizeof
Why does a C-Array have a wrong sizeof() value when it's passed to a function? [duplicate]
Aug 31, 2022
c
arrays
function
sizeof
Confusing sizeof(char) by ISO/IEC in different character set encoding like UTF-16
Aug 31, 2022
c++
language-lawyer
sizeof
utf-16
Result of 'sizeof' on array of structs in C?
Aug 31, 2022
c
arrays
struct
sizeof
Does C correctly handle sizeof(...) and sizeof ... in this case?
Aug 25, 2022
c
sizeof
unary-operator
Why is sizeof(BaseClass) == sizeof(DerivedClass) although I add a member
May 21, 2019
c++
oop
sizeof
sizeof() operator in if-statement
Aug 30, 2022
c
sizeof
Size of pid_t, uid_t, gid_t on Linux
Aug 16, 2022
c
linux
64-bit
32-bit
sizeof
Internal mechanism of sizeof in C?
Oct 03, 2022
c
gcc
sizeof
flexible-array-member
Sizeof vs Strlen
Aug 29, 2022
c
sizeof
strlen
Maximum size of size_t
Aug 29, 2022
c
gcc
sizeof
c99
size-t
Confusing behavior of sizeof with chars [duplicate]
Aug 29, 2022
c
sizeof
« Newer Entries
Older Entries »