List Question
20 TechQA 2024-03-14T15:30:04.330000How to set a pointer to an integer in a compound literal that is initialized in a function?
79 views
Asked by Stef1611
Use of compound literal inside a function to init a variable in C
76 views
Asked by Stef1611
Why does return of a compound literal (C99) generate more assembly code?
86 views
Asked by edugomez102
Declaring flexible arrays as constants
64 views
Asked by Lee Essen
Can I declare an array of different length arrays in C without variable names?
183 views
Asked by Lee Essen
Weird macros for defining constants
57 views
Asked by AlojzyBąbel
Does the C11/C17 Standard allow the compiler to clobber compound literals' memory?
120 views
Asked by Willis Hershey
How to initialize a compound literal with a value of the same type?
99 views
Asked by Abdulmalek Almkainzi
How to use an array-literal with _Static_assert in C?
74 views
Asked by Abdulmalek Almkainzi
Is it safe to return a pointer to a compound literal declared within a function or should you use malloc?
72 views
Asked by Aldehyde
What triggers the computer to release a Compound literal?
50 views
Asked by Rubens Freire
Cannot assign address to pointer array?
43 views
Asked by BlackLotus
Flat-list initializer for an array in C
72 views
Asked by Edenia
Initialize block-scope static const variable with pointer to compound literal?
201 views
Asked by Charles Nicholson
Why is my initializer constant in one version, but not valid another version?
121 views
Asked by abelenky
Initializing a dynamically allocated array with a compound literal
223 views
Asked by will r
How to get a specific aligment for compound literals?
119 views
Asked by Guillaume D
C Empty Struct Pointer on Stack
187 views
Asked by John Saylor