Untitled
unknown
c_cpp
10 months ago
283 B
4
Indexable
#include <stdio.h> struct Film { double size; }; int main() { struct Film* my pointer; struct Film interstellar; double* size_pointer; interstellar.size = 123123.51241; my_pointer = &interstellar; size_pointer = $interstellar.size; return 0; }
Editor is loading...
Leave a Comment