Untitled
unknown
c_cpp
a year ago
218 B
7
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