struct_assignment

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { struct complex { float re, im; } z; z.re = 10.0; printf("%f", z.re); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines