Search code examples
How to initialize array of structures after declaration in C...

cstructcompound-literals

Read More
Difference between string literal and const char[], or char[]...

cconstantsstring-literalscompound-literals

Read More
How can I pass a struct compound literal to a function as argument?...

ccompound-literals

Read More
Zero'ing an array before adding an entry...

ccompound-literals

Read More
Why is an explicit cast necessary in the following struct definition...

cstructinitializationliteralscompound-literals

Read More
What are the advantages of using "{}" for casting in C Language?...

c++cliteralsfunction-callcompound-literals

Read More
What is the lifetime of compound literals passed as arguments?...

cstructcompound-literals

Read More
Using postfix/prefix increment operators in compound literals in C99...

c99postfix-operatorcompound-literalsprefix-operator

Read More
Difference between two struct initializations...

cstructinitializationcompound-literals

Read More
Possible to initialize/assign a struct pointer?...

cstructinitializationlist-initializationcompound-literals

Read More
Why the value is changed for the Read-Only Compound Literal?...

cconstantscompound-literals

Read More
Is it possible (legal) to assign an anonymous union in a compound literal?...

cc99unionscompound-literals

Read More
Return compound literal...

cstandardsundefined-behaviorcompound-literalsstorage-duration

Read More
A portable C++ alternative to compound literals that is guaranteed to be free of heap allocation...

c++portabilityinitializer-listcompound-literals

Read More
Compund literals storage duration in C...

cscopestoragec99compound-literals

Read More
C error: taking address of temporary array...

carraysmultidimensional-arraycompound-literals

Read More
How to declare and pass a structure during function invocation?...

cfunctionstructparameter-passingcompound-literals

Read More
Compound literal and designated initializer warning from GCC but not Clang...

cgccclangdesignated-initializercompound-literals

Read More
Practical uses for compound literal expressions?...

ccompound-literals

Read More
Array Index Types & Warning (752) in XC8 v2.10 C99...

cpointerspicxc8compound-literals

Read More
Is it valid to pass a compound literal into a function?...

cstructcompound-literals

Read More
How to use a member of a structure defined by a compound literal?...

cpointerssyntaxstructurecompound-literals

Read More
Initializing struct containing arrays...

carraysstructinitializationcompound-literals

Read More
Why are compound literals in C modifiable...

cc99literalslvaluecompound-literals

Read More
What curly braces inside a function call mean in C?...

ccurly-bracescompound-literals

Read More
Postfix expression (type-name){initializer-list}...

clanguage-lawyercompound-literals

Read More
How to change array member of a structure in C...

carraysstructmemcpycompound-literals

Read More
C - Creating an anonymous struct instance...

cstructcompound-literals

Read More
Initialize static variable with element of const compound literal...

cstaticcompound-literals

Read More
How to pass an array of pointer to structures to a function?...

cpointersstructcompound-literals

Read More
BackNext