Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compound-literals

Array as compound literal [duplicate]

c c99 compound-literals

Lifetime of referenced compound array literals

c compound-literals

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

Need explanation of weird syntax

Is it possible to pass a structure variable as a function argument without previously defining it?

Lifetime of a compound literal

Is there any way for a compound literal to have variable length in c99?

c c99 compound-literals

Compund literals storage duration in C

Using pointed to content in assignment of a pointer

Why do I need to type cast when initializing a user-defined structure using pointer?

Why is an explicit cast necessary in the following struct definition

sizeof compound literal array

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

c c99 unions compound-literals

How to use compound literals to `fprintf()` multiple formatted numbers with arbitrary bases?

How is assignments to compound literals useful?

c gcc lvalue compound-literals

Passing values directly as array to function in C [duplicate]

Struct vs string literals? Read only vs read-write? [duplicate]

Initializing struct containing arrays

What is the meaning of "p = (int[2]){*p};" line in C pointer?

Compound literals and function-like macros: bug in gcc or the C standard?