List Question
20 TechQA 2024-03-31T21:07:08.597000What does: "char *argv[]" mean?
93 views
Asked by user394334
Memory allocated for pointer to string literals
72 views
Asked by GrandeKnight
change the value of double pointer with indirection(dereference) operator cause segmentation fault
85 views
Asked by mohammad hosein rezanezhad
Unexpected result when assigning and printing pointer value of two-dimensional array with its name
42 views
Asked by SinonOW
char * gives garbage value when pointing to a variable of a function in C
72 views
Asked by Mubin Muhammad
What is correct way to copy struct instance with fields in Go?
54 views
Asked by Archirk
PHP FFI: How to pass PHP class object to C++
40 views
Asked by jennie
How to make a single slider with three pointer
24 views
Asked by sidramaraddy M
rac dangling pointer crash。
19 views
Asked by user23877683
Is casting "pointer to array of type" to "pointer to type" defined?
109 views
Asked by gulpr
C++: How to implement a pointer to another class as a member?
74 views
Asked by 3nondatur
What is the purpose of (int *) p here?
131 views
Asked by Rounak Dutta
Initialize a structure pointer to NULL, then try to change its members
74 views
Asked by user394334
Could an unitialized pointer be a NULL pointer?
72 views
Asked by user394334
Why calling function with function pointer does not guarantee the calling order with printf in C
37 views
Asked by Minseok Song
Char array, char pointer, works in one case but not the other?
75 views
Asked by user394334
Is converting uint16_t into uint8_t[2] using a cast valid in C?
91 views
Asked by gberth
Accessing nested structs in C# with LayoutKind.Explicit
61 views
Asked by Asier