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