CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
sizeof
09-13
Mobile
How many elements does the compiler take from an array which is function argument?
09-09
Mobile
How does sizeof() work with a dereference?
09-09
Software design
Why the size differs? sizeof(a) vs sizeof(&a) of an array?
09-03
database
Casting pointer to pointer **p (malloc(sizeof(int*))) to a pointer *p
08-20
Software design
Role of sizeof in malloc
08-18
Blockchain
How can sizeof determine size of an array, if it's length is determined on runtime?
07-30
Net
Why char pointer increments by one byte though its size is 8?
07-14
Back-end
Simple implementation of sizeof in C
07-14
Software design
converting a string to c reserved words
07-06
OS
Why doesn't push_back keep working in a loop?
07-06
Enterprise
How could it print value of the block excessing the size of Array?
06-22
Mobile
c - sizeof arrays in function decleration
06-14
Mobile
Does malloc(sizeof(x)) initialise the allocated memory with x?
06-09
OS
Size of a struct
06-06
OS
Why Swift's malloc/MemoryLayout.size take/return signed integers?
06-04
database
Question on "sizeof" char pointer array in C
05-30
Enterprise
Struggling to build a portable code to generate a file in any operating system using C
05-30
Enterprise
fread() only copies the first character into the target buffer
05-14
database
is there a way to use fgets size dynamically
05-12
Mobile
Why is the Index NOT out of bounds although it intuitively should?
05-05
OS
Number of elements in const char * array
04-20
Software design
Memory allocation and freeing not working
04-11
Software engineering
How to count the offset of different data type in struct?
03-29
Mobile
Question about strcpy using char pointer in C
03-26
Enterprise
Weird allignment behaviour in C
03-26
Software design
C: Sizeof of 2D-array - difference between pointer and first element
03-17
Back-end
Do I need to put sizeof after array length in malloc?
03-14
Back-end
Strlen, Malloc and address arithmetic
02-27
Blockchain
sizeof for a string in array of strings
02-25
database
Declare a global array before main() without knowing it's size in c
02-22
Back-end
Why the Struct padding is same in 64 bit and 32 bit systems?
12-30
Net
What happens when I declare an array in a struct in C language?
12-16
Enterprise
C Using sizeof() to determine size of an Octree
12-13
Back-end
Sizeof output is not as expected
12-12
Mobile
Variadic Struct is Bloated, Extra Padding Being Added At The End of the Struct
12-04
Software engineering
How sizeof a not-polymorphic C class can be larger than the summed sizeof of its members?
11-30
Enterprise
Why is this C program detecting two '\0' characters in a string when an unconnected line
11-25
Software engineering
Junk when printing C array
11-19
Mobile
Armadillo Sparse Matrix Size in Bytes
11-16
Blockchain
How does struct Node *ptr = malloc(sizeof(*ptr)) work?
47
1
2
Next
Last
Links:
CodePudding