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 can I find the number of elements in an array?
Sep 08, 2022
c
arrays
sizeof
When a function has a specific-size array parameter, why is it replaced with a pointer?
Aug 25, 2022
c++
arrays
standards
sizeof
function-parameter
What is the size of a pointer?
Aug 25, 2022
c++
pointers
sizeof
what is the size of an enum type data in C++?
Aug 25, 2022
c++
enums
sizeof
Is sizeof in C++ evaluated at compilation time or run time?
Aug 25, 2022
c++
runtime
sizeof
compile-time
How can I print the result of sizeof() at compile time in C?
Sep 15, 2022
c
sizeof
compile-time
What is the size of void?
Aug 17, 2022
c++
c
language-lawyer
sizeof
How can this structure have sizeof == 0?
Aug 17, 2022
c++
language-lawyer
sizeof
What should be the sizeof(int) on a 64-bit machine? [duplicate]
Aug 17, 2022
c++
c
sizeof
Why (and when) do I need to use parentheses after sizeof?
Nov 08, 2022
c
sizeof
Why is the size of a function in C always 1 byte?
Sep 29, 2022
c
function
size
sizeof
Why is the size of an empty class in C++ not zero? [duplicate]
Aug 17, 2022
c++
sizeof
Why does a lambda have a size of 1 byte?
Aug 17, 2022
c++
c++11
lambda
c++14
sizeof
Why sizeof int is wrong, while sizeof(int) is right?
Sep 16, 2022
c++
c
sizeof
Why is sizeof considered an operator?
Oct 13, 2022
c
operators
sizeof
Are there machines, where sizeof(char) != 1, or at least CHAR_BIT > 8?
Nov 09, 2022
c
char
standards
sizeof
c99
Why are C character literals ints instead of chars?
Sep 27, 2022
c++
c
char
sizeof
Why isn't the size of an array parameter the same as within main?
Aug 16, 2022
c
arrays
function
sizeof
Why do I get a warning every time I use malloc?
Dec 14, 2021
c
gcc
malloc
warnings
sizeof
sizeof single struct member in C
Dec 14, 2021
c
struct
sizeof
« Newer Entries
Older Entries »