Search code examples
Storage duration of compound literals in C...


cgccclangcompound-literals

Read More
Initialize array of pointer to struct using compound literals without being verbose...


cinitializationcompound-literals

Read More
Is returning compound literal from generic selection safe?...


ccompound-literals

Read More
The question about lifetime of compound literal which is associated with struct member...


ccompound-literals

Read More
Are compound literals always lvalue?...


crvaluelvaluecompound-literals

Read More
Typing of Array in C structure is "overflowing" into subsequent fields?...


cc99compound-literals

Read More
How to set a pointer to an integer in a compound literal that is initialized in a function?...


cstructcompound-literalsc23

Read More
Use of compound literal inside a function to init a variable in C...


arrayscstructcompound-literals

Read More
Why does return of a compound literal (C99) generate more assembly code?...


cassemblycompilationc99compound-literals

Read More
Can I declare an array of different length arrays in C without variable names?...


arrayscinitializationdeclarationcompound-literals

Read More
Weird macros for defining constants...


macrosc-preprocessorc99compound-literals

Read More
Compound literals in MSVC...


c++cvisual-studio-2010gcccompound-literals

Read More
is this invalid C++?...


c++compound-literals

Read More
Does the C11/C17 Standard allow the compiler to clobber compound literals' memory?...


cc11compound-literalsc17

Read More
Why can GCC not handle compile-time evaluation of compound literal in a ternary with sizeof as a con...


cgccconditional-operatorcompile-timecompound-literals

Read More
How to initialize a compound literal with a value of the same type?...


cstructcompound-literals

Read More
Is it safe to return a pointer to a compound literal declared within a function or should you use ma...


cmemory-managementdynamic-memory-allocationcompound-literals

Read More
Cannot assign address to pointer array?...


cesp8266compound-literals

Read More
Flat-list initializer for an array in C...


arrayscmultidimensional-arrayinitializationcompound-literals

Read More
Initialize block-scope static const variable with pointer to compound literal?...


clanguage-lawyerc99compound-literalsc23

Read More
Lifetime of a compound literal...


cgccclanglanguage-lawyercompound-literals

Read More
Initializing a dynamically allocated array with a compound literal...


cdynamic-memory-allocationtypedefcompound-literals

Read More
How to get a specific aligment for compound literals?...


cgccalignmentcompound-literals

Read More
C Empty Struct Pointer on Stack...


cpointersstructdeclarationcompound-literals

Read More
Why does Clang complain an "initializer element is not a compile-time constant" for a loca...


cmacrosclangcompound-literals

Read More
C99 compound literal passed to function parameter and returned by the same function...


cc99compound-literals

Read More
warning: initialization of 'int *' from ' int' makes pointer from integer without a ...


arrayscpointersinitializationcompound-literals

Read More
Array type safety function arguments accessed with compound literal...


ccompound-literals

Read More
structs direct declaration in C...


cstructinitializationassignment-operatorcompound-literals

Read More
Compound literal for two-dimensional array of strings...


arrayscc99compound-literals

Read More
BackNext