I wanted a string which must “contain” the name of a member of a struct. The compiler should check the right spelling (at compile time).
At last I have found a possible reason to use the comma operator…
I wanted a string which must “contain” the name of a member of a struct. The compiler should check the right spelling (at compile time).
At last I have found a possible reason to use the comma operator…
How do you get the length of a string literal in C?